Skip to main content
DELETE
/
cpl
/
offers
/
{id}
/
favorite
Remove a CPL offer from favorites.
curl --request DELETE \
  --url https://studio-api.onlytraffic.com/api/external/v1/cpl/offers/{id}/favorite \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "offer_id": 123
  }
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

id
integer
required

Numeric resource id.

Required range: x >= 1

Response

Unfavorited.

success
boolean
data
object