Delete a Particular Service Broker
DELETE /v2/service_brokers/:guid?
Request
Route
DELETE /v2/service_brokers/42912244-2306-4423-bf4f-ea590a01f130?
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/42912244-2306-4423-bf4f-ea590a01f130?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4MiIsImVtYWlsIjoiZW1haWwtMjc5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg1OTk0NTB9.6OSkBNKJZZQID_2PjEfWBPmLgJ4jyyTTvgdcfeW2EeM" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers