Zernio
Zernio
API Reference

Account Groups

List groupsGETCreate groupPOSTUpdate groupPUTDelete groupDELETE
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Account Groups

Delete group

Permanently deletes an account group. The accounts themselves are not affected.


DELETE
/v1/account-groups/{groupId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Path Parameters

groupId*string

Response Body

application/json

application/json

application/json

{  "message": "Account group deleted successfully"}
Was this page helpful?

Update group

Updates the name or account list of an existing group. You can rename the group, change its accounts, or both.

List connected apps

Returns the OAuth clients (AI assistants and MCP connectors) the authenticated user has authorized and that still hold a live token. Requires a session or a full-access API key. A profile-scoped API key, a restricted (zrk_) API key, or an OAuth access token is rejected with 403: an app must not be able to enumerate its sibling authorizations, and connected-app management is admin-plane.