Authorization: Bearer ********************
{
"route-destination-match-pattern": "string",
"route-source-match-pattern": "*",
"route-class": "*",
"route-match-server-hostname": "*"
}
curl --location --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/routes' \
--header 'Content-Type: application/json' \
--data-raw '{
"route-destination-match-pattern": "string",
"route-source-match-pattern": "*",
"route-class": "*",
"route-match-server-hostname": "*"
}'
{
"code": 0,
"message": "string"
}