Delete a Particular Service Binding
DELETE /v2/service_bindings/:guid
Request
Route
DELETE /v2/service_bindings/59326e3c-a5d7-4f35-8a35-37def58dba89
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/59326e3c-a5d7-4f35-8a35-37def58dba89" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyMyIsImVtYWlsIjoiZW1haWwtMjI1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2NzN9.HwBjh7X5r6jshDFZm1mmPtRx11QVyidlqAmVbp8s-bI" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers