Delete an application

HTTP method

Endpoint

DELETE

/v1/offer_applications/{application_id}

NOTE: Application cannot be deleted in pending status.

Path parameters

Parameter

Description

application_id

The unique id for the application.

Example request

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

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

Example response

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

Last updated