Completely delete a user profile from system

Prev Next
Delete
/v1/users/{user-id}

Completely deletes the currently logged in user from the system.

Security
API Key
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameters
user-id
string (uuid) Required

UUID of a user.

Responses
204

Nothing is returned on success.