Cloudflare's published OpenAPI contract for DELETE /accounts/{account_id}/workers/scripts/{script_name} changed after the last reviewed digest. The operation no longer declares a required empty application/json request body.
Connecta already sends this deletion with no request body and optionally supplies the documented force query parameter, so the observed drift does not require a runtime behavior change.
Acceptance criteria:
- confirm the current official contract still accepts the existing path parameters and optional
force query parameter
- confirm the successful response remains compatible with Connecta's deletion acknowledgement
- record the reviewed Cloudflare endpoint digest
- make the provider drift check report no finding for this endpoint
Cloudflare's published OpenAPI contract for
DELETE /accounts/{account_id}/workers/scripts/{script_name}changed after the last reviewed digest. The operation no longer declares a required emptyapplication/jsonrequest body.Connecta already sends this deletion with no request body and optionally supplies the documented
forcequery parameter, so the observed drift does not require a runtime behavior change.Acceptance criteria:
forcequery parameter