Removes the Application's automatic-enrollment policy.
Refused (400) while either admission policy on the Network is still `PROVISION` — flip the admission setting first, so the behaviour change is the one the operator asked for rather than a silently degraded setting.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The owning Application id.
uuidThe tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/provisioningPolicy"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Returns what the Application's automatic-enrollment matcher has been doing.
Read-only companion to the policy above, kept a separate payload because that one is a full-replace PUT. `provisionedLastHour` counts over the same trailing hour and the same grant provenance the cap itself counts, so the two can never disagree. The pending counts break the queue down by which verdict put each sender there — refused by the allowlist, turned away by a spent cap, or queued because provisioning faulted — which are three different problems with three different fixes. Requests queued before those verdicts were recorded carry a sender-shaped reason and are not attributed to the matcher here.
Creates or replaces the Application's automatic-enrollment policy.
Full replace. The fallback must be `REQUEST_ACCESS` or `REJECT`, the environment rule must be specified, and the hourly cap at least 1 — anything else is a 400. Applies immediately: senders admitted under `PROVISION` are matched against this policy from the next message on. Save this before flipping an admission select to `PROVISION`; the Network PATCH refuses the enum with no policy in place.