Skip to main content

Delete the user

Delete the user

Path Parameters
    id string required

    The ID of the user to delete

Responses

Successfully deleted the user

DELETE /users/:id

Authorization

name: x-rinkel-api-keytype: apiKeyin: header

Request

Base URL
https://api.rinkel.com/v1
apiKeyAuth
id — path required
curl / cURL
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'