Delete a Particular Shared Domain
DELETE /v2/shared_domains/:guid?
Request
Route
DELETE /v2/shared_domains/fa1385de-55ba-41d3-beb2-f83919c634d6?
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Shared Domain
|
|
|
async
|
Will run the delete request in a background job. Recommended: 'true'.
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/shared_domains/fa1385de-55ba-41d3-beb2-f83919c634d6?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyMSIsImVtYWlsIjoiZW1haWwtMjE2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg4OTd9.-KJLaFBpPvPPusiZtx9N9TMqS8oq8I92Vob6CIB8kvg" \
-H "Host: example.org" \
-H "Content-Type: application/json" \
-H "Cookie: "
Response
Status
204 No Content
Headers