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

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the API key to delete

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Response

204

No Content response.