Skip to content

Delete the user preferences

Delete the user preferences

In order to process data subject requests or due to any other need, you might also want to delete previously captured preference data for a specific user. This can be done using two endpoints:

  • DELETE /preferences/{preferenceUuid} will allow you to delete the specific preference data object by its ID (which can be obtained using a GET request)

OR

  • DELETE /preferences, which will remove all preference objects belonging to a specific user under a given configuration. These two parameters are mandatory for this endpoint. The response will contain the number of records deleted.