curl --request DELETE \
--url https://documents.absconsulting.com/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Delete a file. This will not delete the file from vector stores it has been added to.
This endpoint has a rate limit of 60 requests per user per minute.
curl --request DELETE \
--url https://documents.absconsulting.com/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Bearer token for authentication
The ID of the file to use for this request.
Was this page helpful?