v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
account

Remove an identity from your account

Remove a linked identity from your account.

The primary identity cannot be deleted - it is required for account access and JWT subject generation. All secondary identities can be removed.

Design note (intentional behavior): Deleting an identity only affects authentication. It does not unlink or delete any wallet records, so the associated wallet can continue earning tips. This preserves earning continuity.

To see which identity is primary, use GET /account/identities and check the is_primary field.

Authentication: Authorization: Bearer <CLIENT_JWT>

delete/v1/account/identities/{identity_id}

Path parameters

identity_idstring required

Headers

authorizationstring nullable

Bearer JWT issued by Grove that identifies the account.

Bearer JWT issued by Grove that identifies the account.

Response

Successful Response

object required