Remove Domain Mapping
Path Parameters
domainRequiredstringResponse Body
200
Successfully deleted domain mapping
responseRequiredobject400
Error: DomainAlreadyExists
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
401
Error: FailedPermissionsCheck
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
500
Possible errors: FailedRemoveDomainMapping, FailedToInsertOwnership
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
502
Error: FailedToCheckDomainMappingPermissions
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
Successfully deleted domain mapping
Create a domain verification request POST
This creates a Freestyle Domain Verification Request. It returns a `verificationCode` for your domain. You need to place this code in a TXT record at `_freestyle_custom_hostname.thedomain.com`, then call the [verify domain](/#tag/domains/PUT/domains/v1/verifications) endpoint with the domain to verify it.
Delete a domain verification request DELETE
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.