Deleting Users

This endpoint allows you to permanently delete a specific user account from your organization. Once a user is deleted, this action cannot be undone and all associated data will be removed. Authentication via API token is required.

Deleting a specific user ( Possible values: The numeric ID for the user. This can be retrieved for each user in the response for all active users. )
DELETE /api/v1/users/[ USER ID ]/

DELETE a specific user

curl 'https://acmeinc.datareportive.com/api/v1/users/[ USER ID ]/' -X DELETE -H "Authorization: Token [ TOKEN ]"