Skip to main content
DELETE
Soft Delete User By ID

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

User ID (UUID).

Body

application/json
is_active
boolean

Optionally set false to mark inactive on soft delete.

Response

200 - application/json

User soft deleted

message
string

Confirmation message.