Remove account from org

Remove an account from an organization

Request
path Parameters
orgId
required
string
accountId
required
string
Responses
200

Ok

delete/orgs/{orgId}/accounts/{accountId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": 0,
  • "updatedAt": 0,
  • "role": "string",
  • "name": "string",
  • "logoUrl": "string",
  • "members": [
    ],
  • "groups": [
    ],
  • "owner": {
    },
  • "account": {
    },
  • "creator": {
    },
  • "plan": "freemium",
  • "integrations": [
    ],
  • "industry": "string",
  • "size": "string"
}