Skip to main content
DELETE
/
v1
/
apps
/
{id}
/
webhooks
/
{whId}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.alakazam.gg/v1/apps/{id}/webhooks/{whId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

A Supabase user access token (for app/key management).

Path Parameters

id
string<uuid>
required
whId
string<uuid>
required

Response

Deleted

ok
boolean