Skip to main content
DELETE
/
api
/
admin
/
blacklist
/
{id}
Delete blacklist value
curl --request DELETE \
  --url https://{instance}.{env}.on-hellgate.cloud/api/admin/blacklist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "classifier": "NOT_FOUND",
  "code": 404,
  "message": "The requested resource does not exist"
}

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Response

Deleted