cURL
curl --request DELETE \ --url https://catchall.newscatcherapi.com/catchAll/entities/{entity_id} \ --header 'x-api-key: <api-key>'
{ "detail": "Invalid API key" }
Permanently deletes an entity. The entity is removed from all datasets and the search index. This operation cannot be undone.
API key for authentication.
Unique entity identifier.
Entity deleted successfully. No response body.
Was this page helpful?