Body
-
Minimum length is
1
. -
storeId Fygi.Domain.Utils.Optionals.cs.Optional`1[object]
curl \
-X DELETE https://demo.api.fygi.store/external/api/categories \
-H "authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '[{"id":"string","storeId":{"value":"string"}}]'
curl \
-X DELETE https://demo.api.fygi.store/external/api/categories \
-H "authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X DELETE https://demo.api.fygi.store/external/api/categories \
-H "authorization: $API_KEY" \
-H "Content-Type: application/*+json"
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]