Remove Service Binding from the App
DELETE /v2/apps/:guid/service_bindings/:service_binding_guid
Request
Route
DELETE /v2/apps/0350b8a6-2708-4cc0-8073-703a78a0ed46/service_bindings/4b749902-3d00-4e04-9423-de0d710da855
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
service_binding_guid
|
The guid of the service binding
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/0350b8a6-2708-4cc0-8073-703a78a0ed46/service_bindings/4b749902-3d00-4e04-9423-de0d710da855" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU5IiwiZW1haWwiOiJlbWFpbC01OEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDU2NDUyMjI0fQ.fBsPKN29EA5yqb9UaBW8V6wqLJWd1usxSviT7Nao0yc" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers