WorkerWorker Routes

Delete Route

DEL
Deletes a route.

Path parameters

route_idstringRequired
Identifier
zone_idstringRequired
Identifier

Response

This endpoint returns an object
result
unionOptional
DEL
1curl -X DELETE https://api.cloudflare.com/client/v4/zones/023e105f4ecef8ad9ca31a8372d0c353/workers/routes/023e105f4ecef8ad9ca31a8372d0c353 \
2 -H "Authorization: Bearer <token>"
200Deleted
1{}