Skip to main content

deleteServiceAccount

Permanently delete a service account.

This immediately revokes all API access for this service account, including any active access tokens. All group memberships are removed. This action cannot be undone. Requires organization_admin permissions.

deleteServiceAccount(
organizationId: ID!
id: ID!
): ServiceAccountPayload

Arguments

deleteServiceAccount.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteServiceAccount.id ● ID! non-null scalar {#id}

The service account's unique identifier.

Type

ServiceAccountPayload object