Delete the preferences for the current user
Delete the preferences for the current user¶
You can also allow the user to initiate deletion of the preference object related to them by calling a dedicated endpoint /preferences/my
with the DELETE
method: - DELETE /preferences/my/{preferenceUuid}
will delete the specific preference data object by its ID (which can be obtained using a GET
request)
For full information about the endpoints and their parameters, responses, and error codes returned, check our Swagger documentation: https://preference-api.preference-management.usercentrics.eu/public-api-doc