Deletes an ingestion API key by UUID.
cURL
curl --request DELETE \ --url https://api.example.com/ingestion-api-keys/{uuid} \ --header 'Authorization: Bearer <token>'
API key passed as a Bearer token in the Authorization header.
No Content
Was this page helpful?