Delete user

Delete the user from the datasource. Silently succeeds if user is not present.

SecurityBearerAuth
Request
Request Body schema: application/json
required
version
integer <int64>

Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.

datasource
required
string

The datasource for which the user is removed

email
required
string

The email of the user to be deleted

Responses
200

OK

400

Bad Request

401

Not Authorized

409

Conflict

post/deleteuser
Request samples
application/json
{
  • "version": 0,
  • "datasource": "string",
  • "email": "string"
}