Resello REST API Documentation

DELETE domain/[domain_name]

Sets the renew state for this domain to false.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain/[domain_name]

Parameters

None

Example request


DELETE    https://backoffice.hostcontrol.com/api/v1/domain/exampledomainnnn.com

Result

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