Delete a Particular Service Binding
DELETE /v2/service_bindings/:guid?
Request
Route
DELETE /v2/service_bindings/b174b028-669c-4845-af2c-67f1604f7db1?
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'.
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_bindings/b174b028-669c-4845-af2c-67f1604f7db1?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyNSIsImVtYWlsIjoiZW1haWwtMTI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5NDV9.TQYhHFYlYihIegDZn3uqx5nl6XCzWNc_RvpFSjhdilU" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers