Remove Space from the Space Quota Definition
DELETE /v2/space_quota_definitions/:guid/spaces/:space_guid
Request
Route
DELETE /v2/space_quota_definitions/70365df3-1ea8-44b4-9053-3be224257370/spaces/1fae07e3-1c03-4ada-8b64-d06bf53fbbe7
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space Quota Definition
|
|
|
space_guid
|
The guid of the space
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/space_quota_definitions/70365df3-1ea8-44b4-9053-3be224257370/spaces/1fae07e3-1c03-4ada-8b64-d06bf53fbbe7" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU3IiwiZW1haWwiOiJlbWFpbC01NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ3MTE2ODMxfQ.XRnUKN2Pyrj19ck8H8MSZaFgTam5Jz9Gp8TGzk6G6bs" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers