Deletes instance of subscription
⚠️ Legacy feature. Android only. Daily and Custom Reports are a legacy feature, and report subscriptions are not part of the current reporting system. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.
Permanently deletes a legacy report subscription, stopping all future scheduled report deliveries to its recipients. This operation is irreversible; the subscription record and its recipient list are removed entirely. Returns HTTP 204 with no response body on success.
About Delete Report Subscription
Deleting a subscription removes the record and ends automated daily report delivery to all associated email addresses immediately. There is no soft-delete or recovery path. Subscriptions are part of the legacy Daily and Custom Reports system and do not exist in the current Reports API. If you only need to pause delivery temporarily, use PATCH with is_subscribed: false instead of deleting the record.
Path parameters
A integer value identifying the subscription.
Response
The resource was deleted successfully.