/
/Lotus API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
api28
  • get/api/credits/
  • post/api/credits/
  • post/api/credits/{credit_id}/update/
  • post/api/credits/{credit_id}/void/
  • get/api/customer_feature_access/
  • get/api/customer_metric_access/
  • get/api/customers/
  • post/api/customers/
  • get/api/customers/{customer_id}/
  • post/api/customers/{customer_id}/delete/
  • get/api/feature_access/
  • get/api/invoice_url/
  • get/api/invoices/
  • get/api/invoices/{invoice_id}/
  • patch/api/invoices/{invoice_id}/
  • get/api/metric_access/
  • get/api/ping/
  • get/api/plans/
  • get/api/plans/{plan_id}/
  • get/api/subscriptions/
  • post/api/subscriptions/add/
  • post/api/subscriptions/addons/add/
  • post/api/subscriptions/addons/cancel/
  • post/api/subscriptions/addons/update/
  • post/api/subscriptions/cancel/
  • post/api/subscriptions/update/
  • post/api/track/
  • post/api/verify_idems_received/
    api

    post/api/customers/{customer_id}/delete/

    Path parameters

    customer_idstring required

    The id provided when creating the customer, we suggest matching with your internal customer id in your backend

    Response

    customer_idstring required
    deletedstring date-time required
    emailstring email nullable required
    num_events_deletedinteger required
    num_subscriptions_deletedinteger required
    num_addons_deletedinteger required

    Changes