Skip to main content
DELETE
/
entities
Remove Entity
curl --request DELETE \
  --url https://api.geogen.io/v1/entities \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Entity has been removed from your workspace. The entity data is preserved.",
  "deleted": {
    "sharedEntities": 0,
    "metadata": 1,
    "schedule": 1,
    "competitorSelections": 2
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Query Parameters

entityId
string
required

The ID of the entity to remove

Response

Entity removed successfully

success
boolean
message
string

Confirmation message

deleted
object

Counts of deleted records