Skip to main content

DELETE /api/cf/sites/:id/rules/:rule_id

MethodDELETE
Path/api/cf/sites/:id/rules/:rule_id
GroupCf
AuthAuthorization: Bearer zsm_<machine-key> (machine API key)
Sourceshared/api-core/src/routes/cf.ts

Call it

curl -X DELETE https://zeqsdk.com/api/cf/sites/:id/rules/:rule_id \
-H "Authorization: Bearer zsm_<machine-key>"

Pass the machine's zsm_ machine API key as a Bearer token (as shown above).

Reference