Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.awardee.dev/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "request_id": "<string>",
  "details": "<unknown>",
  "retry_after": 123
}

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer aw_live_…. Manage keys in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Response

Deleted