GET/projects/api/v3/reporting/email/unsubscribe/{reportId}

Unsubscribe via the report email link.

Endpoint linked from scheduled report emails. Removes the current user from all future deliveries of the given report and returns an HTML confirmation page.

Path Params

  • Name
    reportId
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Description
    200 OK No Data
  • Code
    400
    Description
    400 Bad Request No Data
  • Code
    403
    Type
    object
    Schema
    Description
    403 Forbidden
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

403 Forbidden

ErrorResponse
{
  "errors": [
    {
      "code": "string",
      "detail": "string",
      "id": "string",
      "meta": {},
      "title": "string"
    }
  ]
}