MCP documentation | MCP docs for agents
ark_delete_carrier_file
ark.delete_carrier_file
Delete a user-uploaded visible ARK carrier file from storage and the files table. System-generated files are protected.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canEditCarrier- Team visibility
- Not entity-scoped
- 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
carrierIdstringrequiredVisible ARK carrier ID.
format: uuid
fileIdstringrequiredCarrier file ID.
format: uuid
Result
The tool returns the canonical ark.delete_carrier_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.