curl --request DELETE \
--url https://api.mentionlab.io/api/entities/{id} \
--header 'x-project-id: <x-project-id>'Permanently deletes an entity and cascade-deletes all its aliases. This will fail if the entity is referenced by mentions, source citations, or products — the database enforces referential integrity via RESTRICT constraints. To hide an entity from future analysis without losing historical data, set isBlacklisted to true instead.
curl --request DELETE \
--url https://api.mentionlab.io/api/entities/{id} \
--header 'x-project-id: <x-project-id>'