Delete an attendee
To delete the user from database. You need the user's appuserid to uniquely delete that user.
You can find user-id if you fetch user details. In the response there will be appuserid property and it's value is what we need.
You can not delete multiple users at once.
| Path Parameters |
|---|
userid integer — REQUIREDThis is the appuserid of the user |
| Responses | |||
|---|---|---|---|
200DeleteResponse
| |||
defaultError Response
|