cURL
curl --request DELETE \ --url https://api.vaultcord.com/alerts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully deleted alert!" }
Delete an alert.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the resource
Successfully deleted termination alert. Did you know these Discord termination alerts can be edited on dashboard to automatically start member pull when old server is termed!
true
"Successfully deleted alert!"
Was this page helpful?