Delete user API

SatisMeter provides REST API for deleting users, including their personal data. This will not delete their responses, just anonymize them.

  • Authentication: Basic auth (username:password) - with the credentials of the projects admin

  • Replace USER_ID with the User ID of the user whose data you want to delete

DELETE https://app.satismeter.com/api/users/<USER_ID>

If the account with the given credentials is not an admin of the project 403 Forbidden will be returned. Otherwise, if everything works correctly, 204 No Content.

Note: User ID provided here is not the same as the userId  provided in the install code.

To find the User ID to use in this request, you can use our REST API endpoint for listing users. In the results from that request, you will notice {userId} and {id} keys in each user. The {id} is the one that needs to be used in this request.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section

Our Support hours:
Monday to Friday from 9:00 am - 2:00 am CET. Monday to Friday from 0:00 am - 5:00 pm PST.