Skip to main content
DELETE
/
v1
/
triage
/
issues
/
{id}
/
flags
/
{flag_id}
Remove Flag
curl --request DELETE \
  --url https://api.bland.ai/v1/triage/issues/{id}/flags/{flag_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 a flag. The underlying call is unaffected. The flag’s type stays in the Flag Types catalog if other flags of the same type still exist.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
Internal UUID of the issue.
flag_id
string
required
Internal UUID of the flag to remove.

Response

Returns 204 No Content on success. Returns 404 if the issue does not exist or the flag does not belong to this issue.
HTTP/1.1 204 No Content

Docs for agents: llms.txt