Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
import Courier from '@trycourier/courier';
const client = new Courier({
apiKey: 'My API Key',
});
await client.notifications.checks.delete('submissionId', { id: 'id' });import Courier from '@trycourier/courier';
const client = new Courier({
apiKey: 'My API Key',
});
await client.notifications.checks.delete('submissionId', { id: 'id' });Bearer authentication header of the form Bearer <token>, where <token> is your auth token.