Skip to main content
POST
/
records
/
unlink
Remove a relation between two records
curl --request POST \
  --url https://api.supersonic.cv/records/unlink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "relation_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
relation_id
string
required

Relation UUID to remove

Response

Success

The response is of type object.