MCPcopy Create free account
hub / github.com/codecombat/codecombat / leaveClan

Function leaveClan

app/core/api/clans.js:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16})
17
18export const leaveClan = clanId => fetchJson(`/db/clan/${clanId}/leave`, {
19 method: 'PUT'
20})
21
22export const getChildClanDetails = idOrSlug => fetchJson(`/db/clan/${idOrSlug}/subclans`)
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected