Delete User

Delete a User by id

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

site_idstringRequiredformat: "uuid"
Unique identifier for a Site
user_idstringRequiredformat: "uuid"
Unique identifier for a User

Headers

Accept-VersionstringOptional
The API version

Response

Request was successful
deleteddouble or null
Number of records deleted

Errors