cURL
curl --request DELETE \ --url https://api.reqlick.com/domains/{slug} \ --header 'Authorization: Bearer <token>'
{ "error": false }
Delete a domain for the authenticated workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
domain slug
Domain deleted successfully
The response is of type object.
object