Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsSeller payoutsBuy a priced shareClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousList filesNextFiles from a run
BlogPricingDashboardPrivacyTerms

Delete a file

Delete a file by fileId via MCP.


Same flow over HTTP: DELETE /files/delete

Tool

beecargo_delete_file

Deletes the file from storage. Anonymous uploads must pass the deletionToken returned at upload time.

Authentication

API key for owned files, or deletionToken for anonymous uploads.

Parameters

ParameterTypeRequiredDescription
fileIdStringYesFile id from the upload response
deletionTokenStringNoRequired for anonymous deletes when no API key owns the file

Usage notes

  • This cannot be undone.