Remove Private Domain from the Organization
DELETE /v2/organizations/:guid/private_domains/:private_domain_guid
Request
Route
DELETE /v2/organizations/486e4d3d-c3f4-42c0-9201-3579fe0a98c6/private_domains/2f257c57-bdb3-4ef3-a105-0c4e595634f1
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
private_domain_guid
|
The guid of the private domain
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/486e4d3d-c3f4-42c0-9201-3579fe0a98c6/private_domains/2f257c57-bdb3-4ef3-a105-0c4e595634f1" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyMiIsImVtYWlsIjoiZW1haWwtNzRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1ODg1NTY2OH0.RaZepAMcM8YjD9n6ReJ-jf0BC3KVUoAIvOiNh-NPzK4" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers