Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
actions.spec.js
File · 0.80
inboxes.spec.js
File · 0.80
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected