Skip to main content
DELETE
/
v1
/
triage
/
issues
/
{id}
/
calls
/
{call_id}
Detach Call
curl --request DELETE \
  --url https://api.bland.ai/v1/triage/issues/{id}/calls/{call_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.

Overview

Convenience over Remove Resource for when you have the call_id rather than the resource link ID. The underlying call is unaffected.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
Internal UUID of the issue.
call_id
string
required
The call_id of the call to detach.

Response

Returns 204 No Content on success with an empty body. Returns 404 if the issue does not exist or if the call is not currently attached to this issue.
HTTP/1.1 204 No Content

Docs for agents: llms.txt