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/fe4a38b2-b410-4bc8-aec0-aa2322e3779a
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/fe4a38b2-b410-4bc8-aec0-aa2322e3779a" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NiIsImVtYWlsIjoiZW1haWwtMTQ4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTk5ODk5NzN9.Pnte8TArI57EcCRKgNrATaHaeLT7bhwUZ4xE3-vWgGQ" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
204 No Content