Delete a Domain
The Delete a Domain allows to delete a Domain by given domain ID.
DELETE /api/vendor/v1/domains/{id}.json?api_token={api_token}
Arguments
Name | Parameter Type | Data type | Required/ | Description |
---|---|---|---|---|
id | path | integer | Required | A domain ID. |
api_token | query | string | Required | API token of the manager who perform the operation (see API Token Authentication). |
Request example
DELETE http://billing.activeplatform.com:80/api/vendor/v1/domains/1012.json?api_token=654321
Response example
{
"result": "success"
}