Skip to content
Alberto Gonzalez edited this page Jun 19, 2017 · 2 revisions

(DELETE)/users/{id}

Description

Delete the user with the specified id.

Request

Syntax

DELETE /api/users/{id}/?sid={sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

Name Description Required
id The ID of the user we want to delete Yes

Response

Status code, Status string

Parameters

Examples

Sample Request

DELETE /api/users/4
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324

Sample Response

200 Success

Failed user deletion will return HTTP Status 500 with a result object with an error message and KB link.

Clone this wiki locally