Detach an Application from the Domain
This method is used for detaching an Application from the Domain.
DELETE /api/vendor/v1/domains/{id}/applications/{application_id}.json?api_token={api_token}
Arguments
Name | Parameter Type | Data type | Required/Optional | Description |
---|---|---|---|---|
id | integer | path | Required | A domain ID. |
application_id | integer | path | Required | An application 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/1918/applications/2000362.json?api_token=654321
Response example
{
"result": "success"
}