Skip to main content
DELETE
Delete Employee

Authorizations

Authorization
string
header
required

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

Body

application/json
userId
string<uuid>
required

Unique ID of the user to delete

Response

User deleted successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"User deleted successfully"

error
object | null
Example:

null

data
object