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."
}

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."
}