This set of API calls allows you to make operations on various Keyless users.
Last updated 10 months ago
Was this helpful?
Delete an user and all associated entities
The user id
curl -L \ --request DELETE \ --url '/v2/users/{userId}' \ --header 'X-Api-Key: YOUR_API_KEY'
{ "success": true }