API Reference
cURL
curl --request DELETE \ --url https://production.runalloy.com/connectors/files/{s3Key} \ --header 'Authorization: Bearer <token>' \ --header 'x-api-version: <x-api-version>'
{ "success": true, "message": "File deleted successfully" }
Delete a file by its S3 key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API version
The S3 key of the file to delete
File deleted successfully
true
"File deleted successfully"