MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / deleteAll

Method deleteAll

app/javascript/dashboard/api/notifications.js:48–52  ·  view source on GitHub ↗
({ type = 'all' })

Source from the content-addressed store, hash-verified

46 }
47
48 deleteAll({ type = 'all' }) {
49 return axios.post(`${this.url}/destroy_all`, {
50 type,
51 });
52 }
53
54 snooze({ id, snoozedUntil = null }) {
55 return axios.post(`${this.url}/${id}/snooze`, {

Callers 3

actions.jsFile · 0.80
actions.spec.jsFile · 0.80

Calls 1

postMethod · 0.45

Tested by

no test coverage detected