JavaScript
User Preferences
Delete user subscription topic
Remove a userโs preferences for a specific subscription topic, resetting the topic to its effective default. This operation is idempotent: deleting a preference that does not exist succeeds with no error.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier associated with the user whose preferences you wish to delete.
A unique identifier associated with a subscription topic.
Query Parameters
Delete the preferences of a user for this specific tenant context.
Response
204
The user's topic preference was deleted, or did not exist.