Skip to main content
DELETE
/
advertisers
/
{advertiserId}
/
creative-sets
/
{creativeSetId}
Delete creative set
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/creative-sets/{creativeSetId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

id
string
required

Unique identifier for the creative set

Minimum string length: 1
Example:

"cs_abc123"

Response

No content