Home
Version 3
Organization Quota Definitions API

Organization Quota Definitions API

Delete a Particular Organization Quota Definition

DELETE /v2/quota_definitions/:guid

Fields

Name Description Default Valid Values Example Values

Parameters

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

Request

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NCIsImVtYWlsIjoiZW1haWwtMTg5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MDl9.cqBnGL8YIv0CLqkN2wsYrglUIHiLnZyvVTTtyx70E5g
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

Route

DELETE /v2/quota_definitions/066f1f73-5d74-41a1-a7f7-881484831c23

cURL

curl "https://api.[your-domain.com]/v2/quota_definitions/066f1f73-5d74-41a1-a7f7-881484831c23" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NCIsImVtYWlsIjoiZW1haWwtMTg5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MDl9.cqBnGL8YIv0CLqkN2wsYrglUIHiLnZyvVTTtyx70E5g" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Headers

X-VCAP-Request-ID: 2d59c0fa-02d4-4c31-898f-9bd4472d2de4
X-Content-Type-Options: nosniff

Status

204 No Content