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

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:

"Removed from allowlist!"