DELETE /external/api/age-groups

DELETE /external/api/age-groups

Body

  • id string Required

    Minimum length is 1.

  • Additional properties are NOT allowed

Body

  • id string Required

    Minimum length is 1.

  • Additional properties are NOT allowed

Body

  • id string Required

    Minimum length is 1.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

DELETE /external/api/age-groups
curl \
 --request DELETE 'https://api.fygi.store/external/api/age-groups' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '[{"id":"string"}]'
curl \
 --request DELETE 'https://api.fygi.store/external/api/age-groups' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request DELETE 'https://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"
  }
]