Resello REST API Documentation

DELETE domain-transfer/[domain_transfer_id]

Cancels (and deletes) a current transfer.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain-transfer/[domain_transfer_id]

Parameters

None

Example request


DELETE    https://backoffice.hostcontrol.com/api/v1/domain-transfer/42

Result

{
    "result": null,
    "success": true
}