Body
-
Minimum length is
1
.
curl \
--request DELETE http://test.api.fygi.store/external/api/age-groups \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string"}]'
curl \
--request DELETE http://test.api.fygi.store/external/api/age-groups \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request DELETE http://test.api.fygi.store/external/api/age-groups \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
[
{
"id": "string"
}
]
[
{
"id": "string"
}
]
[
{
"id": "string"
}
]