Delete User

Delete a user, using a valid management key.

This API endpoint will delete a user utilizing a valid management key based on the provided user loginId.

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
loginId
string
userId
string
Responses
200

OK

post/v1/mgmt/user/delete
Request samples