Delete a Particular User Provided Service Instance
DELETE /v2/user_provided_service_instances/:guid
Request
Route
DELETE /v2/user_provided_service_instances/12de4bc6-bee4-48a5-a6c4-91c43f06ca7c
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/12de4bc6-bee4-48a5-a6c4-91c43f06ca7c" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1IiwiZW1haWwiOiJlbWFpbC0zNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2MTg3NzM4fQ.AsnGtBZV0yCXxsw_LITwwemCrfH0K7__0Bbsb5OoGo8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers