cURL
curl --request DELETE \ --url https://api.dev.knowmio.com/api/upload \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "path": "<string>", "organizationId": "<string>" } '
{ "success": true, "message": "<string>" }
Delete a file from S3 (database deletion handled by event trigger)
API key for authentication (lowercase header name)
S3 file path
Organization ID - Required when using API Key authentication. Optional with session authentication (defaults to session's active organization).
File deleted successfully