Unlink a record from another
DELETE/v1/objects/:entity/:entity_id/associations/:target/:target_id
Remove the association between two records.
Only the relationship is deleted — both records survive untouched. Use this rather than deleting a record when you simply want to detach it from something.
Requires write scope on the entity you are unlinking from.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error