Delete an uploaded file
1const response = await fetch("https://reloop.sh/api/upload/v1/files/{fileId}", {2 method: "DELETE",3 headers: {4 "Authorization": "Bearer re_123456789",5 },6});7
8const data = await response.json();1{2 "message": "Contact already exists"3}Path Parameters
fileIdstringRequired
File ID
- Minimum length:
1
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.