Delete a Particular User Provided Service Instance
DELETE /v2/user_provided_service_instances/:guid
Request
Route
DELETE /v2/user_provided_service_instances/74017fa2-3d7e-45b4-a543-bb3103a5acbf
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/74017fa2-3d7e-45b4-a543-bb3103a5acbf" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzMCIsImVtYWlsIjoiZW1haWwtMjMyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2NDB9.W3_S39oxGtj_K6EV4j0A1HlG-w5742IQgaF7vspi-xg" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers