cURL
curl --request DELETE \ --url https://api.vaultcord.com/developers/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully deleted webhook!" }
Delete a REST API Webhook.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the resource
REST API Webhook has been deleted.
true
"Successfully deleted webhook!"
Was this page helpful?