Security requirements changed for DELETE /v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId}
- Affected surface
- DELETE /v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId}
What changed
Security requirements changed for DELETE /v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId} Affected surface: DELETE /v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId}. Detected at Fri, 17 Jul 2026 05:34:48 UTC UTC.
Diff
{
"current_value": [
{
"oauth": [
"enterprise.scim.usersAndGroups:manage",
"enterprise.user:write"
]
}
],
"path": "DELETE /v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/{userId}",
"previous_value": [
{
"oauth": [
"enterprise.user:write"
]
}
]
}Likely impact
The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.
Recommended action
Re-check your auth setup against the provider's current docs. Auth changes typically require config updates, not code changes.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
