EasypanelDocs

Delete a Cloudflare tunnel rule

Deletes a Cloudflare tunnel rule and its associated DNS record.

POST
/deleteTunnelRule

Deletes a Cloudflare tunnel rule and its associated DNS record.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/deleteTunnelRule" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
null