Skip to main content
DELETE
Remove prompts from a brand report

Authorizations

Authorization
string
header
required

Provide your API key as a Bearer token: Authorization: Bearer YOUR_API_KEY.

Path Parameters

reportId
string
required

Brand report identifier.

Minimum string length: 1
Example:

"01HX7K2YV9D3M8N0G6Q5R4S3T2"

Body

application/json
promptIds
string[]
required

IDs of prompts to unassign from the report — look them up with GET /v1/reports/brand/{reportId}/prompts. Up to 1000 IDs per call. Duplicate IDs are removed, and the de-duplicated list comes back as promptIds in the response.

Required array length: 1 - 1000 elements
Required string length: 1 - 64

Response

The prompts unassigned from the brand report. Recalculation completes asynchronously.

reportId
string
required
Minimum string length: 1
Example:

"01HX7K2YV9D3M8N0G6Q5R4S3T2"

promptIds
string[]
required

The prompt IDs the request asked to unassign.

removed
string[]
required

Prompt IDs unassigned from the report by this request.

notAssigned
string[]
required

Prompt IDs that were not assigned to the report, left unchanged.