Name | Description |
---|---|
channel_ids | Array of Channel IDs for Offer |
Accept: application/json Content-Type: application/json X-Auth-Token: 1d052223b1175ef82fc2e7d113213e6eecac41bbb31c995741544ff25431020f
DELETE /v1.0/offers/90/channels
1
2
3
4
5
6
7
8
{
"offer": {
"channel_ids": [
47,
48
]
}
}
Cache-Control: max-age=0, private, must-revalidate Content-Length: 38 Content-Type: application/json; charset=utf-8 Etag: "fda1f90097f081754990889f0264b29e" Server: thin 1.5.1 codename Straight Razor X-Request-Id: f889277849d4ddec6aed9c88951d3690 X-Runtime: 0.033461 X-Ua-Compatible: IE=Edge,chrome=1 Date: Tue, 16 Feb 2016 13:36:55 GMT
200 OK
1
2
3
4
5
6
7
8
{
"offer": {
"channel_ids": [
49
],
"id": 90
}
}