DELETE /external/api/categories

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

Body

  • id string Required

    Minimum length is 1.

  • storeId object

    Additional properties are NOT allowed.

    Hide storeId attribute Show storeId attribute object
    • value string | null

Body

  • id string Required

    Minimum length is 1.

  • storeId object

    Additional properties are NOT allowed.

    Hide storeId attribute Show storeId attribute object
    • value string | null

Body

  • id string Required

    Minimum length is 1.

  • storeId object

    Additional properties are NOT allowed.

    Hide storeId attribute Show storeId attribute object
    • value string | null

Responses

  • 200

    Success

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