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/6c4d5bfc-fe9c-4946-b5ac-ecc709d2b9d7
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/6c4d5bfc-fe9c-4946-b5ac-ecc709d2b9d7" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NSIsImVtYWlsIjoiZW1haWwtMjA2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4Nzl9.sejmrw2UfMWmJMiyZkvOSEoQnU13-JtCD1Q9pLg-75o" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
204 No Content