cURL
curl --request DELETE \ --url https://api.vaultcord.com/blocklist/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully removed blocklist!" }
Remove a blocklist.
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
Was this page helpful?