Skip to main content

Deletes a user

DELETE 

//v1/users/:username

Deletes a user

Request

Path Parameters

    username stringrequired

    The username

Responses

Deletes a specific user

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X DELETE '/v1/users/:username' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!