Skip to main content
DELETE
/
agent
/
file
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.getoutbox.ai/agent/file/{file_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

file_id
string
required

The ID of the file to delete

Response

File deleted successfully