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

Method delete

app/javascript/dashboard/api/ApiClient.js:58–60  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

56 }
57
58 delete(id) {
59 return axios.delete(`${this.url}/${id}`);
60 }
61}
62
63export default ApiClient;

Callers 15

process_contact_mergeMethod · 0.45
merge_contacts?Method · 0.45
allow_iframe_requestsMethod · 0.45
allow_iframe_requestsMethod · 0.45
resource_paramsMethod · 0.45
showMethod · 0.45
finish_onboardingMethod · 0.45
evict_oldest_sessionMethod · 0.45
evict_oldest_tokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected