Skip to main content
DELETE
Delete a user

Behavior

  • Returns 204 No Content on success
  • Consider setting is_active: false instead to preserve audit trail
  • This action is permanent and cannot be undone

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique user identifier, generated when the user was created.

Response

User has been successfully deleted