Skip to main content
DELETE
Delete an issue
Deletes (archives) the issue. After deletion, GET /issues/{id} for the same ID returns 404.

Authorizations

x-api-key
string
header
required

API key for authentication. Must start with dd- prefix.

Headers

x-api-key
string
default:dd-00000000000000000000000065c9cbfe
required

API Key

Path Parameters

id
string
required

Issue ID

Response

Issue deleted

Simple message response

message
string
Example:

"Issue deleted"