Delete a Particular User Provided Service Instance
DELETE /v2/user_provided_service_instances/:guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Request
Headers
Route
DELETE /v2/user_provided_service_instances/7885a535-0739-401d-97ff-ad80606f9c8f
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/7885a535-0739-401d-97ff-ad80606f9c8f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMCIsImVtYWlsIjoiZW1haWwtMTYxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxMzJ9.31oC_5msUR673jeR3jT_-U-0aM3PdubQv8F2wthhUqY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
204 No Content