LogoFreestyle
API ReferenceDomains

Delete a domain verification request

This deletes a Freestyle Domain Verification Request. This does not remove the domain from the account if it has already been verified, however the verification code will no longer be valid.

DELETE
/domains/v1/verifications

Request Body

application/json

domain*string

The domain to create a verification code for

verificationCode*string

The verification code

Response Body

application/json

application/json

curl -X DELETE "https://api.freestyle.sh/domains/v1/verifications" \  -H "Content-Type: application/json" \  -d '{    "domain": "example.com",    "verificationCode": "string"  }'
{
  "verificationCode": "string",
  "domain": "example.com"
}
{
  "message": "string"
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.