MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / cancelSubscription

Method cancelSubscription

frontend/src/lib/api/userService.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 async cancelSubscription(): Promise<any> {
109 return apiClient.post('/subscriptions/cancel');
110 }
111
112 async joinWaitlist(
113 email: string,

Callers

nothing calls this directly

Calls 1

postMethod · 0.80

Tested by

no test coverage detected