Cancel a scheduled site transfer
DELETE /sites/{site_id}/site_transfers/{transfer_id}
Description
Cancels a site transfer. Only transfers that have not yet started can be cancelled;
a transfer that has already started will return 409 Conflict.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”ID of the site
ID of the site transfer to cancel
Responses
Section titled “ Responses ”Transfer cancelled
Authentication Error
object
A message regarding the error that occurred on the server
Example
Bad Credentials(Optional) A URL where documentation regarding this specific error can be found
Not authorized
object
A message regarding the error that occurred on the server
Example
You don't have permission to perform that action(Optional) A URL where documentation regarding this specific error can be found
Not found
object
A message regarding the error that occurred on the server
Example
Not Found(Optional) A URL where documentation regarding this specific error can be found
Conflict — transfer has already started and cannot be cancelled
object
A message regarding the conflict that occurred
Example
Transfer has already started and cannot be cancelled(Optional) A URL where documentation regarding this specific error can be found
Too many requests
Internal Server Error
object
A message regarding the error that occurred on the server
Example
An unexpected error occurred, please try again in a few minutesService unavailable