delete
https://production-api.shoutaboutus.com/api/v1/user/reports/delete
Delete an account email report and all of its associated rows (recipients, store links, user links, account links) plus the report itself, inside a DB transaction.
Auth: Account — authentication; under the user/* group. Requires an account-tier user (else 403). The DELETE carries a JSON body (report_id), and the report must belong to the caller's own account or one beneath it in the caller's hierarchy. The endpoint rejects anything outside that with a 422.
Rate limit: No rate limit.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
report_id | integer | yes | Must be an existing report within the caller's account hierarchy. |
Response — { data. } envelope.
status(string) —success.response(string) — messageReport has been deleted successfully!. If the report no longer exists the call returns500with{ status: "error", message }.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
