Skip to content

Deletes a user account

DELETE
/api/v1/User/{userId}

Users can only delete their own account unless they have Admin access

Authorizations

Parameters

Path Parameters

userId
required
string format: uuid

The unique identifier of the user to delete

Responses

204

User successfully deleted

403

Insufficient permissions to delete user

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

User not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties