-
Notifications
You must be signed in to change notification settings - Fork 3
delete_users
Alberto Gonzalez edited this page Jun 19, 2017
·
2 revisions
Delete the user with the specified id.
DELETE /api/users/{id}/?sid={sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>
| Name | Description | Required |
|---|---|---|
| id | The ID of the user we want to delete | Yes |
Status code, Status string
DELETE /api/users/4
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324
200 Success
Failed user deletion will return HTTP Status 500 with a result object with an error message and KB link.