Skip to main content
DELETE
/
v1
/
auth
/
orgs
/
domains
/
{id}
Revoke a verified domain.
curl --request DELETE \
  --url http://127.0.0.1:8787/v1/auth/orgs/domains/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "hint": "<string>",
    "docs": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Removed.