DELETE /external/api/age-groups
curl \
 --request DELETE 'https://demo.api.fygi.store/external/api/age-groups' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '[{"id":"string"}]'
curl \
 --request DELETE 'https://demo.api.fygi.store/external/api/age-groups' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request DELETE 'https://demo.api.fygi.store/external/api/age-groups' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
[
  {
    "id": "string"
  }
]
Request examples
[
  {
    "id": "string"
  }
]
Request examples
[
  {
    "id": "string"
  }
]