Delete user API

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

DELETE https://app.satismeter.com/api/users/<USER_ID>
  • Replace USER_ID with the User ID of the user whose data you want to delete
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.

Request Headers:

Authorization: Bearer API_KEY
  • Replace the API_KEY above with your real API key (see Integration Settings / API)

Response:

If the operation succeeds, the server will return 204 No Content.

Was this article helpful?
0 out of 1 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.