Zernio
Zernio
API Reference

Reach & Frequency

Create a Reach & Frequency predictionPOSTRead a Reach & Frequency predictionGETCancel a Reach & Frequency reservationDELETEReserve a Reach & Frequency predictionPOST
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Reach & Frequency

Cancel a Reach & Frequency reservation

Releases a RESERVATION's locked price and inventory. Unreserved predictions expire on their own.


PlatformsMeta
DELETE
/v1/ads/rf-predictions/{predictionId}

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication - use your Zernio API key as a Bearer token

In: header

Path Parameters

predictionId*string

Query Parameters

accountId*string
adAccountId*string

Response Body

application/json

Empty
Was this page helpful?

Read a Reach & Frequency prediction

Previous Page

Reserve a Reach & Frequency prediction

Locks the quoted price + inventory until the returned `expiresAt` and mints a NEW prediction id — pass that RESERVED id (not the original) as `rfPredictionId` on POST /v1/ads/create. Release an unused reservation via DELETE.