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

Method deleteHook

app/javascript/dashboard/api/integrations.js:32–34  ·  view source on GitHub ↗
(hookId)

Source from the content-addressed store, hash-verified

30 }
31
32 deleteHook(hookId) {
33 return axios.delete(`${this.baseUrl()}/integrations/hooks/${hookId}`);
34 }
35
36 connectShopify({ shopDomain }) {
37 return axios.post(`${this.baseUrl()}/integrations/shopify/auth`, {

Callers 3

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

Calls 2

baseUrlMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected