Body
This is the unique identifier for the issue that you want to delete.
Response
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."
}