Detach a Domain from an Application

The Detach a Domain from an Application method is used to detach a Domain from an Application Instance.

 DELETE /api/vendor/v1/applications/{id}/domains/{domain_id}.json?api_token={api_token}

Arguments

Name

Parameter Type

Data type

Required/ 
Optional

Description

id

integer

path

Required

An ID of the application instance.

domain_idintegerpath RequiredA domain ID.
api_tokenquerystringRequiredAPI token of the manager who perform the operation (see API Token Authentication).

Request example

DELETE http://billing.activeplatform.com:80/api/vendor/v1/applications/2003000/domains/1019.json?api_token=654321

Response example

{
 "result": "success" 
}