Athena
Public routesRoute_key

Soft-delete a public route alias

DELETE
/admin/public-routes/{route_key}

Path Parameters

route_key*string

Header Parameters

X-Athena-Key*string

Response Body

application/json

curl -X DELETE "https://athena-cluster.com/admin/public-routes/string" \  -H "X-Athena-Key: string"
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}