This endpoint deletes an existing issue.
curl https:// <your_disto_url>/api/v1/issues/{issueId}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
{ "message": "Issue successfully deleted." }
This is the unique identifier for the issue that you want to delete.
A message indicating the result of the delete operation.