Delete a Particular User Provided Service Instance
DELETE /v2/user_provided_service_instances/:guid
Request
Route
DELETE /v2/user_provided_service_instances/ab2d3202-bddf-47f5-8753-10fd08d0e48d
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/ab2d3202-bddf-47f5-8753-10fd08d0e48d" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIwNSIsImVtYWlsIjoiZW1haWwtMTQ1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjA1MDY2NDd9.a9Acw2jvK6BLoBlovNee4QcXy_6GxQYox02CU4IZMK8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers