Skip to main content
DELETE
/
api
/
v1
/
issues
/
{issueId}
curl https://
<your_disto_url>/api/v1/issues/{issueId}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
{
  "message": "Issue successfully deleted."
}

Documentation Index

Fetch the complete documentation index at: https://docs.distoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

issueId
string
This is the unique identifier for the issue that you want to delete.

Response

message
string
A message indicating the result of the delete operation.
curl https://
<your_disto_url>/api/v1/issues/{issueId}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
{
  "message": "Issue successfully deleted."
}