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