Skip to main content
DELETE
/
developers
/
webhooks
/
{id}
cURL
curl --request DELETE \
  --url https://api.vaultcord.com/developers/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Successfully deleted webhook!"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the resource

Response

REST API Webhook has been deleted.

success
boolean
Example:

true

message
string
Example:

"Successfully deleted webhook!"

I