v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
user

Delete an existing User

delete/users/{userGuid}

Path parameters

userGuidstring required

uuid of the user to update

uuid of the user to update

Response

UserDeleteSuccessResponse

datastring
messagestring

Example response

{
  "data": "af72057b-2745-0a1b-b674-56586aadec57",
  "message": "successfully deleted user"
}