curl --request DELETE \
--url https://api.bland.ai/v1/triage/issues/{id}/relations/{relation_id} \
--header 'authorization: <authorization>'HTTP/1.1 204 No Content
Remove a relation.
curl --request DELETE \
--url https://api.bland.ai/v1/triage/issues/{id}/relations/{relation_id} \
--header 'authorization: <authorization>'HTTP/1.1 204 No Content
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content on success.
Returns 404 if the issue does not exist or the relation does not belong to this issue.
HTTP/1.1 204 No Content
Was this page helpful?