hostingaccount::terminate
Description
Terminate (delete) a hosting account.
Request details
-
Method
POST
-
URL
https://api.hostingreborn.com/hostingaccount/terminate/
Arguments
- key
- API key
- domain
- Hosting account domain name
Responses
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
Exceptions
Examples
POST /account/terminate/
key=acbd18db4cc2f85cedef654fccc4a4d8
&domain=http://test01.example.com
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
See also
-
hostingaccount::suspend
Suspend a hosting account
-
hostingaccount::unsuspend
Unsuspend a hosting account