Skip to main content
DELETE
/
domains
/
{domainId}
Delete a domain
curl --request DELETE \
  --url https://api.lettermint.co/v1/domains/{domainId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Domain deleted successfully."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

domainId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Domain deleted successfully.