Skip to main content

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 REQUIRED

This is the appuserid of the user

Responses
200

DeleteResponse

Schema
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.