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.
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"
}