ReferenceRest

Delete offer

DELETE
/api/v1/offers/{offerId}

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer <salestouch_api_key>.

In: header

Path Parameters

offerId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://www.salestouch.io/api/v1/offers/string"
{
  "data": {
    "id": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}