DELETE /external/api/stores

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/stores

Body

array[string] array[string]

Body

array[string] array[string]

Body

array[string] array[string]

Responses

  • 200

    Success

DELETE /external/api/stores
curl \
 --request DELETE 'http://test.api.fygi.store/external/api/stores' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '["string"]'
curl \
 --request DELETE 'http://test.api.fygi.store/external/api/stores' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request DELETE 'http://test.api.fygi.store/external/api/stores' \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
[
  "string"
]
Request examples
[
  "string"
]
Request examples
[
  "string"
]