Remove Route from the App
DELETE /v2/apps/:guid/routes/:route_guid
Request
Route
DELETE /v2/apps/3522ade9-ed8a-4d8a-9fa8-8e44146aef07/routes/f94f0f71-7fed-4016-8c9b-e177470a8470
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
route_guid
|
The guid of the route
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/3522ade9-ed8a-4d8a-9fa8-8e44146aef07/routes/f94f0f71-7fed-4016-8c9b-e177470a8470" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM5OCIsImVtYWlsIjoiZW1haWwtMjY3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5NzB9.qLen2wjI2XIG8QnHAiu46BBpful7yIvkdQlnvGYNfXA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers