Space Quota Definitions API

Delete a Particular Space Quota Definition

DELETE /v2/space_quota_definitions/:guid?

Request

Route

DELETE /v2/space_quota_definitions/a0ba7174-6cc4-4cb9-9c20-0f9ee9604125?

Parameters

Name Description Valid Values Example Values
guid The guid of the Space Quota Definition
async Will run the delete request in a background job. Recommended: 'true'.
  • true
  • false

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0NCIsImVtYWlsIjoiZW1haWwtOTlAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2NjAwODg4OX0.AFEHREE6UX_5I8LUs5wh5UV6xbkq5mxxXz185JrMNFs
Host: example.org
Content-Type: application/json
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/space_quota_definitions/a0ba7174-6cc4-4cb9-9c20-0f9ee9604125?" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0NCIsImVtYWlsIjoiZW1haWwtOTlAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2NjAwODg4OX0.AFEHREE6UX_5I8LUs5wh5UV6xbkq5mxxXz185JrMNFs" \
	-H "Host: example.org" \
	-H "Content-Type: application/json" \
	-H "Cookie: "

Response

Status

204 No Content

Headers

X-VCAP-Request-ID: 09cf26ff-408a-436f-859f-0b6d4bc0b005
X-Content-Type-Options: nosniff