Delete a Particular Service Broker
DELETE /v2/service_brokers/:guid?
Request
Route
DELETE /v2/service_brokers/35938a76-926a-4a1f-9e90-a98e5b5b7803?
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/35938a76-926a-4a1f-9e90-a98e5b5b7803?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ0OSIsImVtYWlsIjoiZW1haWwtMzE3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQ3ODI5NDd9.A74Tfkp5yFFaQ-RmPa5QH49QhbdMFDXknsLafe7uEm4" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers