Skip to main content
POST
/
v1
/
apps
/
{id}
/
webhooks
/
{whId}
/
delete
Delete a webhook endpoint (POST alias)
curl --request POST \
  --url https://api.alakazam.gg/v1/apps/{id}/webhooks/{whId}/delete \
  --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