Delete an account
DELETE/applications/:appId/accounts/:id
Delete an account and remove associated client/server signer shares. This will call the signer service to remove the server-side key and delete cached client shares from Redis.
Request
Responses
- 200
- 401
- 404
- 502
Account deleted successfully
Unauthorized
Account not found
Bad gateway when contacting signer service