Delete a Particular User Provided Service Instance
DELETE /v2/user_provided_service_instances/:guid
Request
Route
DELETE /v2/user_provided_service_instances/221ff513-8390-4537-b262-52c7efb97c7f
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/221ff513-8390-4537-b262-52c7efb97c7f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxOSIsImVtYWlsIjoiZW1haWwtMjQ2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2NDR9.tK7ZtPJ1pHY8opapXrPNFzSEgrJls5qAx90lEkhqOOQ" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers