Unbinding a service instance from a route
DELETE /v2/service_instances/:service_instance_guid/routes/:route_guid
Request
Route
DELETE /v2/service_instances/0362b242-d4c2-41f8-8dcb-5205efd1e619/routes/6b3e1b4b-8f5b-435d-ad17-a834571ad164
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_instances/0362b242-d4c2-41f8-8dcb-5205efd1e619/routes/6b3e1b4b-8f5b-435d-ad17-a834571ad164" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzIiwiZW1haWwiOiJlbWFpbC0yM0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDU4NTk5NDIyfQ.oGQ53mfFBWy6eacrZpNnsrC2pqCvUHOPmspNtroHI5c" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers