Delete User

Delete a User by id

Path parameters

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

Headers

AuthorizationstringRequired

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

Accept-VersionstringOptional
The API version

Response

Request was successful
deleteddoubleOptional
Number of records deleted

Errors