Javascript
import Courier from '@trycourier/courier'; const client = new Courier({ apiKey: 'My API Key', }); await client.tenants.preferences.items.delete('topic_id', { tenant_id: 'tenant_id' });
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.