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
SUCCESS_MESSAGE
The response is of type object.
object