Delete a Particular Route Mapping
DELETE /v2/route_mappings/:guid?
Request
Route
DELETE /v2/route_mappings/1fd0d5d8-9544-408a-830e-7c16e9685ba1?
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/1fd0d5d8-9544-408a-830e-7c16e9685ba1?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMSIsImVtYWlsIjoiZW1haWwtMTcyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg1OTk0NDF9.tvebQrnUhIS3lDjXAydO9uGsl9Xyvr5N6mStXR195C8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers