Skip to main content
DELETE
/
blacklists
/
{id}
Remove a blacklist entry
curl --request DELETE \
  --url https://api.mclicense.org/blacklists/{id} \
  --header 'MCL-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

MCL-Key
string
header
required

API key must start with 'mcl_'

Path Parameters

id
string
required

Response

200 - application/json

Blacklist entry removed

message
string