curl --request DELETE \ --url https://api.courier.com/tenants/{tenant_id}/default_preferences/items/{topic_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the tenant to update the default preferences for.
Id fo the susbcription topic you want to have a default preference for.