| Parameter | Type | Description |
|---|---|---|
| id | integer | Issue ID |
| Key | Type | Description |
|---|---|---|
| Issue | See: Issue model with attachments |
| Status | Reason |
|---|---|
404 | Issue not found |
{
// Issue - see 'Issue model with attachments'
}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/users/me/operations/issues/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Store-Id: ' \
--header 'Content-Type: application/json'{}