Options
All
  • Public
  • Public/Protected
  • All
Menu

Cancel a given user's subscription to DappBot. This will immediately delete all the customer's dapps, zero out their dapp limits, cancel the subscription on Stripe, and leave the user in the CANCELLED state.

Index

Interfaces

Type aliases

Variables

Interfaces

Result

Result:

cancelledSub

cancelledSub: Subscription

Type aliases

Args

Args: void

No body arguments required, user's email is inferred from Authorization token.

Response

Response: ApiResponse<Result>

Variables

Const HTTP

HTTP: DELETE = "DELETE"

Const Path

Path: string = paymentBasePath

Generated using TypeDoc