Delete a Particular Service Binding
DELETE /v2/service_bindings/:guid
Request
Route
DELETE /v2/service_bindings/817c7e5c-b755-48fd-84bb-476fc9ab314d
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Binding
|
|
|
async
|
Will run the delete request in a background job. Recommended: 'true'.
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_bindings/817c7e5c-b755-48fd-84bb-476fc9ab314d" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM0NyIsImVtYWlsIjoiZW1haWwtMjQ5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjY2MzM5MjB9.Q2TzF4M6DItUhMFQ_1OpCoHvyeIlWLpmZHlci1ba2Lw" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers