# Delete a post back of the affiliate

| HTTP method | Endpoint                                    |
| ----------- | ------------------------------------------- |
| **DELETE**  | **/v1/affiliate\_postbacks/{postback\_id}** |

## Path parameters <a href="#path-parameters-0" id="path-parameters-0"></a>

| Parameter    | Description                     |
| ------------ | ------------------------------- |
| postback\_id | The unique id for the postback. |

## Example request <a href="#example-request-2" id="example-request-2"></a>

**Request DELETE** <https://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8>

**Request DELETE** <http://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8>

## Example response <a href="#example-response-2" id="example-response-2"></a>

```
    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_postbacks": null
      }
    }
```
