DELETE
/
domains
/
{slug}
curl --request DELETE \
  --url https://api.reqlick.com/domains/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "error": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

domain slug

Response

200
application/json
Domain deleted successfully
error
boolean
Example:

false