Remove Private Domain from the Organization
DELETE /v2/organizations/:guid/private_domains/:private_domain_guid
Request
Route
DELETE /v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/private_domains/8cf0d225-04e5-4f34-935f-56ae795a0272
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/private_domains/8cf0d225-04e5-4f34-935f-56ae795a0272" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTcwIiwiZW1haWwiOiJlbWFpbC01OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyNzc0OTgxfQ.kPM7B8gR7NVIm2EqgDDmU3EMEOt-ISp_fF6uXBqI10E" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "9e012bb8-66fd-4854-93a7-9cd0d87f0ee7",
"url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7",
"created_at": "2015-05-21T01:03:01Z",
"updated_at": null
},
"entity": {
"name": "name-261",
"billing_enabled": false,
"quota_definition_guid": "d36b8421-82f7-49ed-a124-a356e78ea6d7",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/d36b8421-82f7-49ed-a124-a356e78ea6d7",
"spaces_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/spaces",
"domains_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/domains",
"private_domains_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/private_domains",
"users_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/users",
"managers_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/managers",
"billing_managers_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/billing_managers",
"auditors_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/auditors",
"app_events_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/app_events",
"space_quota_definitions_url": "/v2/organizations/9e012bb8-66fd-4854-93a7-9cd0d87f0ee7/space_quota_definitions"
}
}
Headers