Delete a Particular Route Mapping
DELETE /v2/route_mappings/:guid?
Request
Route
DELETE /v2/route_mappings/01ec340b-aaa2-4e3d-9628-316845db6e93?
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/01ec340b-aaa2-4e3d-9628-316845db6e93?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2MiIsImVtYWlsIjoiZW1haWwtMjY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTg0MTF9.HwJTEUYKz3sseWnnSBrUTzCJ8XMBwENtrYofSs-HIm8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers