curl --request POST \
--url https://api.mentionlab.io/api/entities/{id}/unmerge \
--header 'x-project-id: <x-project-id>'Reverses a merge by clearing the canonical_id on the entity, making it independent again. Aliases that were moved during the merge are restored to this entity. Only works on entities that have a canonical reference set (i.e., were previously merged). Returns 404 if the entity is not found or was not merged.
curl --request POST \
--url https://api.mentionlab.io/api/entities/{id}/unmerge \
--header 'x-project-id: <x-project-id>'