Delete Webhook with Token.md 431 B


title: Delete Webhook With Token category: Webhook

order: 9

deleteWebhookWithToken

$client->webhook->deleteWebhookWithToken($parameters);

Description

Same as above, except this call does not require authentication.

Parameters

Name Type Required Default
webhook.id snowflake true null
webhook.token string true null

Response

Possibly No Response