DELETE
/
domains
/
{domain}
Delete a domain
curl --request DELETE \
  --url https://api.supaqr.com/domains/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "domain": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

domain
string
required

The domain name.

Required string length: 1 - 190
Example:

"iqr.im"

Response

200
application/json

The response is of type object.