Skip to main content
DELETE
Delete user from organisation

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Body

application/json
organisation_id
string<uuid4>
required
user_id
string<uuid4>
required

Response

User deleted successfully

message
string
required
success
boolean
required