Delete all carriers of a offer
HTTP method
Endpoint
DELETE
/v1/offers/{offer_id}/carriers
Delete all carriers of a offer, default can push all information carriers.
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/offers/378901/carriers
Request DELETE http://{networkname}.api.offerslook.com/v1/offers/378901/carriers
Example response
{
"code": 0,
"message": "Success",
"data": {
"offer_carrier": null
}
}
Last updated
Was this helpful?