Skip to main content
DELETE
/
v1
/
incident_attachments
/
{id}
Delete
curl --request DELETE \
  --url https://api.incident.io/v1/incident_attachments/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier of this incident membership

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

Response

204

No Content response.