Delete User
GraphQL endpoint to delete an existing user in the CRM
GraphQL Mutation:
Variables:
**primaryWalletAddress**
(required)
Example json payload:
Errors:
Code: 400 (No valid identity provided)
When
**primaryWalletAddress**
is not providedCode: 404 (User Not Found)
Last updated