MCP documentation | MCP docs for agents

ark_delete_load_file

ark.delete_load_file

Delete a user-uploaded visible ARK load file from storage and the files table. System-generated files are protected.

Availability
Expanded preview
Scopes
loads:write
ARK permissions
canEditLoad
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
Yes
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID.

format: uuid

fileIdstringrequired

Load file ID.

format: uuid

Result

The tool returns the canonical ark.delete_load_file operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.