DELETE /external/api/age-groups
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"
Request examples
[
  {
    "id": "string"
  }
]
Request examples
[
  {
    "id": "string"
  }
]
Request examples
[
  {
    "id": "string"
  }
]