Skip to main content
POST
/
api
/
entities
/
{id}
/
unmerge
Unmerge a previously merged entity
curl --request POST \
  --url https://api.mentionlab.io/api/entities/{id}/unmerge \
  --header 'x-project-id: <x-project-id>'

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string<uuid>
required

ID of the merged entity to unmerge

Response

204 - undefined