v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Managed Accounts

Disables a managed account

Disables a managed account, forbidding it to use Telnyx services, including sending or receiving phone calls and SMS messages. Ongoing phone calls will not be affected. The managed account and its sub-users will no longer be able to log in via the mission control portal.

post/managed_accounts/{id}/actions/disable

Path parameters

idstring required

Managed Account User ID

Response

Successful response with information about a single managed account.

Example response

{
  "data": {
    "api_key": "KEY01236170692E74656C6E79782E636F6D_YmlnIGlyb24gaXMgZGVhZA",
    "api_token": "x6oexQNHTs-fZ7-QsDMOeg",
    "api_user": "managed_account@example.com",
    "balance": {
      "available_credit": "400.00",
      "balance": "300.00",
      "credit_limit": "100.00",
      "currency": "USD",
      "record_type": "balance"
    },
    "created_at": "2018-02-02T22:25:27.521Z",
    "email": "user@example.com",
    "id": "f65ceda4-6522-4ad6-aede-98de83385123",
    "managed_account_allow_custom_pricing": true,
    "manager_account_id": "f65ceda4-6522-4ad6-aede-98de83385123",
    "organization_name": "Example Company LLC",
    "record_type": "managed_account",
    "updated_at": "2018-02-02T22:25:27.521Z"
  }
}