Skip to content
Maksim Liauchuk edited this page Oct 19, 2013 · 4 revisions

Description

Completely removes user from the system.
Client is allowed to execute the operation only if given authorization details are valid and match requested user.

Path: /v1/users/{id}
Method: DELETE

Request

Attribute Required Type Description
id Yes Path Param User identifier.

Response

HTTP Status Code Entity Description
200 N/A Request successfully processed.
401 N/A Authorization details are missed or invalid.
403 N/A Access to requested resource is denied.
500 N/A Internal error.
Clone this wiki locally