Domains: Move
Reject incoming domain move
Reject an incoming move for a specified domain.
The domain stays in the account which initiated the move. Moves you have already accepted cannot be rejected anymore.
Use this endpoint to decline a domain you do not want to take over.
delete/api/domains/v1/move/incoming/{domain}
Path parameters
domainstring required
Example:mydomain.tld
Domain name
Response
Success empty response
Example response
{
"message": "Request accepted"
}