Remove Route from the User Provided Service Instance
DELETE /v2/user_provided_service_instance/:guid/routes/:route_guid
Request
Route
DELETE /v2/user_provided_service_instances/ea37ac41-eb23-41df-a19a-1251def9f5f6/routes/206082b2-d533-4914-badf-00e560051de4
Headers
cURL
curl "https://api.[your-domain.com]/v2/user_provided_service_instances/ea37ac41-eb23-41df-a19a-1251def9f5f6/routes/206082b2-d533-4914-badf-00e560051de4" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2NSIsImVtYWlsIjoiZW1haWwtMTcyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2Nzh9.vPto7_XVMgskcDNZqPmdwnUP3FesHumXPWSg8_fBzg8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers