Skip to main content
DELETE
/
catchAll
/
entities
/
{entity_id}
Delete entity
curl --request DELETE \
  --url https://catchall.newscatcherapi.com/catchAll/entities/{entity_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": "Invalid API key"
}

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

entity_id
string<uuid>
required

Unique entity identifier.

Response

Entity deleted successfully. No response body.