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