Uploads
Delete Upload
Delete an uploaded file.
The file must belong to the authenticated user. Returns FILE_NOT_FOUND when the upload cannot be found.
delete/api/v1/uploads
Query parameters
file_urlstring required
URL of the uploaded file to delete.
Example:https://files.todoist.com/abc123/by/1234567/as/file.pdf
Response
Successful Response
'ok' required
Changes
No recorded changes to this endpoint across all 10 revisions of this API.