POST /api/v1/users/delete — Delete User
Delete a user account from the tenant. This action is irreversible. All active signing sessions for this user will be terminated.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
- Content-Type (required)
- application/json
Request Body
Content-Type: application/json
- userId (string, optional)
- Id For User Created on Sadq
{
"userId": "GUID"
}Responses
HTTP 200 — User deleted
{
"data": true,
"errorCode": 0,
"message": null,
"returnUrl": "/dashboard",
"stateValidationErrors": null,
"signature": ""
}