Skip to main content
DELETE
/
advertisers
/
{advertiserId}
/
allocations
Delete allocations for a flight
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/allocations \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

Query Parameters

flightId
string
required
Minimum string length: 1

Response

Delete allocations for a flight