Delete an attachment from a guest-owned comment

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://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Kitsu API MCP server": {
    "url": "https://api-docs.kitsu.cloud/mcp"
  }
}

Close
DELETE /shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}
DELETE /shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}
curl \
 --request DELETE 'http://api.example.com/shared/playlists/{token}/comments/{comment_id}/attachments/{attachment_id}' \
 --header "Authorization: $API_KEY"