Delete a Particular Service Broker
DELETE /v2/service_brokers/:guid
Request
Route
DELETE /v2/service_brokers/624898d2-f53e-4b5f-8c78-744e655b5a3f
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Broker
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_brokers/624898d2-f53e-4b5f-8c78-744e655b5a3f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1OSIsImVtYWlsIjoiZW1haWwtMTg1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDE2NjI2MDh9.Yy8n0jOcjbDyd123DWpPTbwqQ6hg9bw1BAH0baeczjQ" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers