Remove Service Binding from the App (deprecated)
DELETE /v2/apps/:guid/service_bindings/:service_binding_guid
Request
Route
DELETE /v2/apps/65bdd3a3-f471-4108-a7e8-67627ba76d6a/service_bindings/596736f1-eee4-4249-a201-e21f00a55209
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/65bdd3a3-f471-4108-a7e8-67627ba76d6a/service_bindings/596736f1-eee4-4249-a201-e21f00a55209" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQzNSIsImVtYWlsIjoiZW1haWwtMjk3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDN9.5rTLDFLW3DHyHdqeLTE8k_OnnXQ8Zz_JQcBOaY90w2I" \
-H "Host: example.org" \
-H "Content-Type: application/json" \
-H "Cookie: "
Response
Status
204 No Content
Headers