Delete avails
documentedRemove availability windows for a title in a given scope (use end-dating when possible instead).
DELETE /v1/avails/{licensor}/full-extract/{ALID}?territory={Territory}&businessLine={BusinessLine}&contractID={CPH|FIXED_FEE}&channelIdentity={Channel}Availsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://partnerapi.primevideo.com/v1/avails/{{$licensor}}/full-extract/{{$ALID}}?territory={{$Territory}}&businessLine={{$BusinessLine}}&contractID={{$ContractID}}&channelIdentity={{$Channel}}" \
-X DELETE \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "x-api-key: {{PRIMEVIDEO_API_KEY}}" \
--cert "{{MTLS_CERT_PATH}}" \
--key "{{MTLS_KEY_PATH}}"