curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/records/{record_id}/relationships/{rel_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}Deletes a relationship instance between two records
curl --request DELETE \
--url https://app.nex.ai/api/developers/v1/records/{record_id}/relationships/{rel_id} \
--header 'Authorization: <api-key>'{
"code": 123,
"message": "<string>"
}