Skip to main content
DELETE
/
1
/
recipients
/
{recipientId}
Delete a Recipient
curl --request DELETE \
  --url https://api.honeycomb.io/1/recipients/{recipientId} \
  --header 'X-Honeycomb-Team: <api-key>'
{
  "error": "unknown API key - check your credentials"
}

Authorizations

X-Honeycomb-Team
string
header
required

A Honeycomb Configuration Key is required to use this API. A Configuration Key can be found in the API Keys section of the environment configuration, which can be found under Environment Settings -> API Keys -> Configuration tab. Check out our documentation to find your API Keys.

More information can be found in Manage Environments.

Path Parameters

recipientId
string
required

Unique identifier (ID) of a Recipient.

Response

Success - no content