# Delete attribution report library settings

Delete library settings to be reflected in the attribution report

Endpoint: DELETE /api/v2.0/products/{productIdentifier}/librarySettings/attributionReport
Version: 2.0
Security: bearer-key

## Path parameters:

  - `productIdentifier` (string, required)
    product UUID (by running Entities - Organization > Get Organization Products) or Product Token (from the Mend SCA App: Integrate tab > Product Token).

## Request fields (application/json):

  - `projectIdentifiers` (array, required)
    Example: ["123e4567-e89b-12d3-a456-426655440000"]

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


