DELETE
/
blocklist
/
{id}
curl --request DELETE \
  --url https://api.vaultcord.com/blocklist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Successfully removed blocklist!"
}

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

200
application/json
SUCCESS_MESSAGE
success
boolean
Example:

true

message
string
Example:

"Successfully removed blocklist!"