Body

Body

Body

DELETE /external/api/campaigns
curl \
 --request DELETE http://test.api.fygi.store/external/api/campaigns \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '[{"id":"string","storeId":{"value":"string"}}]'
curl \
 --request DELETE http://test.api.fygi.store/external/api/campaigns \
 --header "authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request DELETE http://test.api.fygi.store/external/api/campaigns \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
[
  {
    "id": "string",
    "storeId": {
      "value": "string"
    }
  }
]
Request examples
[
  {
    "id": "string",
    "storeId": {
      "value": "string"
    }
  }
]
Request examples
[
  {
    "id": "string",
    "storeId": {
      "value": "string"
    }
  }
]