Delete a user

delete

/rest/ofscCore/v1/users/{login}

This operation deletes the specified user account.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

This section describes the 200 status response for this operation.

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top

Examples

The following example shows how to delete a user by submitting a DELETE request on the REST resource.

Example of Request Header

The following shows an example of the request header.

DELETE /rest/ofscCore/v1/users/phillip HTTP/1.0
Authorization: Basic c29hcEB5YW1hdG86MQ==
Host: devlaptop03
Accept: */*

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 204 No Content
Server: nginx/1.6.2
Date: Fri, 24 Jul 2015 08:35:48 GMT
ContentType:
application/json; charset=utf8
Connection: close
Back to Top