cURL
curl --request DELETE \ --url https://api.supaqr.com/domains/{domain} \ --header 'Authorization: Bearer <token>'
{ "domain": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The domain name.
1 - 190
"iqr.im"
The response is of type object.
object