Remove Service Binding from the App
DELETE /v2/apps/:guid/service_bindings/:service_binding_guid
Request
Route
DELETE /v2/apps/2cebd70f-9674-45b5-9ae1-64366ae17aff/service_bindings/84fa8d9f-fbc5-4bcd-b254-5a773a312301
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/2cebd70f-9674-45b5-9ae1-64366ae17aff/service_bindings/84fa8d9f-fbc5-4bcd-b254-5a773a312301" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3IiwiZW1haWwiOiJlbWFpbC0zNkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ3MTE2ODI5fQ.ZH42HL1hy_83zcirgwINbqhp4n_5zFxgZo07taa6wZ0" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers