Description
Deletes the specified registered user.
HTTP Method , API endpoint
DELETE /v1/users/<username>
Request Header
Key | Description |
---|---|
X-USER-TOKEN | [required] It is the authentication token specified at the time of user registration. |
Example
$ curl -X DELETE https://pixe.la/v1/users/a-know -H 'X-USER-TOKEN:thisissecret' {"message":"Success.","isSuccess":true}