Body

Body

Body

DELETE /external/api/categories
curl \
 -X DELETE http://test.api.fygi.store/external/api/categories \
 -H "authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '[{"id":"string","storeId":{"value":"string"}}]'
curl \
 -X DELETE http://test.api.fygi.store/external/api/categories \
 -H "authorization: $API_KEY" \
 -H "Content-Type: text/json"
curl \
 -X DELETE http://test.api.fygi.store/external/api/categories \
 -H "authorization: $API_KEY" \
 -H "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"
    }
  }
]