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

Deletes an issue and everything attached: resources, flags, relations, alert bindings, comments, Norm sessions. The underlying calls, SMS conversations, and files are not affected. To take an issue off the board without losing it, update status to closed instead.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
Internal UUID of the issue to delete.

Response

Returns 204 No Content on success with an empty body. Subsequent calls to Get Issue for the same ID return 404.
HTTP/1.1 204 No Content

Docs for agents: llms.txt