Delete a Particular Route Mapping
DELETE /v2/route_mappings/:guid?
Request
Route
DELETE /v2/route_mappings/ae36b153-455a-4fc6-a307-0106b951dbed?
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Route Mapping
|
|
|
async
|
Will run the delete request in a background job. Recommended: 'true'.
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/route_mappings/ae36b153-455a-4fc6-a307-0106b951dbed?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwNCIsImVtYWlsIjoiZW1haWwtNjhAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ2MTM3NDYyN30.q2ho5SwL2-olNaq1h31a8UybRA6G9qaqqs_A6T46tSE" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers