Delete a subaccount MCCMNC rate override
Remove one per-operator (MCCMNC) rate override from a child subaccount so its traffic prices back onto the wholesale/margin deck. A 404 is raised when the override does not belong to the child org scoped by the parent, so a parent cannot delete a sibling’s override via a flat id. Returns 204 No Content. Requires owner or admin on the parent organization.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Subaccount (child organization) id.
1MCCMNC override row id (from GET /api/v1/subaccounts/:id/mccmnc-overrides).
1Response
No Content on successful delete.