cURL
curl --request DELETE \ --url http://localhost:3000/v2/users/{id} \ --header 'x-API-Key: <api-key>'
{ "deleted": true }
Safely delete a user from the system. This operation sets the user status to inactive rather than permanently removing the record, preserving data integrity and historical references.
User ID to delete
User deleted successfully
Whether the user was successfully deleted
true
Was this page helpful?