Skip to main content
DELETE
/
2
/
teams
/
{teamSlug}
/
api-keys
/
{ID}
Delete an API Key
curl --request DELETE \
  --url https://api.honeycomb.io/2/teams/{teamSlug}/api-keys/{ID}
{
  "status": 400,
  "type": "https://api.honeycomb.io/problems/unparseable",
  "title": "The request body could not be parsed.",
  "error": "invalid gzip data"
}

Path Parameters

teamSlug
string
required

The slug of the Team

ID
string
required

A unique identifier

Response

No Content