Skip to main content
DELETE
/
ingestion-api-keys
/
{uuid}
Delete an ingestion API key
curl --request DELETE \
  --url https://api.example.com/ingestion-api-keys/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid
string
required

Response

No Content