DELETE /external/api/age-groups

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developers.fygi.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"External MCP server": {
  "url": "https://developers.fygi.io/mcp"
}
Close
DELETE /external/api/age-groups

Body

  • id string Required

    Minimum length is 1.

Body

  • id string Required

    Minimum length is 1.

Body

  • id string Required

    Minimum length is 1.

Responses

  • 200

    Success

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