Skip to main content
DELETE
/
space
/
routes
Delete Space Route
curl --request DELETE \
  --url https://api.zo.computer/space/routes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json

Request body for deleting a route.

path
string
required

Route path to delete, e.g. '/api/hello' or '/about'

Response

Successful Response

success
boolean
required

True if the operation completed successfully