Delete user file MCP response
Confirmation that a workspace user file was deleted.
- Returned by: Delete user file MCP tool
- Response type: Structured JSON result
Response Shape
The file ID identifies the deleted user file. deleted is true only after success; an unavailable, hidden, or already deleted file returns an error instead.
The result is available as JSON text and under resource in the standard structured action envelope.
Example
{
"govtribe_id": "6aa1620aed2ae46d750e9b55",
"govtribe_type": "user_file",
"deleted": true
}