Delete a Particular Service Broker
DELETE /v2/service_brokers/:guid?
Request
Route
DELETE /v2/service_brokers/ca961f2e-0841-45eb-b070-897026b3d795?
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/ca961f2e-0841-45eb-b070-897026b3d795?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU5IiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ1NTU3OTMwfQ.lWVBXWZQuweLu2EuhIAVyxGefNawof4oteqbIWNqqhs" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers