Skip to main content

Disables a managed account

POST 
/managed_accounts/:id/actions/disable

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.

Request

Path Parameters

    id stringrequired

    Managed Account User ID

Responses

200: Successful response with information about a single managed account.

401: Unauthenticated response. Happens when the current user cannot be authenticated.

404: Resource not found

422: Unprocessable entity. Check the 'detail' field in response for details.

Loading...