For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

This set of API calls allows you to make operations on various Keyless users.

Delete an user

delete

Delete an user and all associated entities

Authorizations
X-Api-KeystringRequired

The customer service api key

Path parameters
userIdstring · Uppercase HEX stringRequired

The user id

Responses
200

User successfully deleted

application/json

Positive feedback on the operation result

successbooleanRequired

Always true

delete
/users/{userId}

Last updated

Was this helpful?