# Delete an application

| HTTP method | Endpoint                                      |
| ----------- | --------------------------------------------- |
| **DELETE**  | **/v1/offer\_applications/{application\_id}** |

***NOTE: Application cannot be deleted in pending status.***

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

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

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

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

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

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

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