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

Method deleteInboxAvatar

app/javascript/dashboard/api/inboxes.js:18–20  ·  view source on GitHub ↗
(inboxId)

Source from the content-addressed store, hash-verified

16 }
17
18 deleteInboxAvatar(inboxId) {
19 return axios.delete(`${this.url}/${inboxId}/avatar`);
20 }
21
22 getAgentBot(inboxId) {
23 return axios.get(`${this.url}/${inboxId}/agent_bot`);

Callers 3

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

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected