Search...
/
Support
Developer Forum
Login
Overview
Introduction
Getting Started
Authentication
Error Handling
Pagination
Filtering
Ordering
Rate Limits
Permissions
Webhooks
Changelog
Support
API Reference
Projects Overview
Projects
Project Types
Project Statuses
Project Roles
Project Comments
Project Tags
Project Milestones
Project Automations
Project Actions
Project Time Bookings
Autopilot
Tasks Overview
Tasks
Task Lists
Task Views
Project Tasks
Private Tasks
Assigned Tasks
Checklist Items
Task Comments
Task Tags
Task Dependencies
Task Schedules
Tasks Batch
Type of Work
Time Tracking Overview
Time Entries
Time Tracking
Time Reports
Project Time Entries
Task Time Entries
Companies Overview
Companies
Company Tags
Users Overview
Users
User Capacity
User Tags
Absences
Absence Regions
Workspace Absences
Dashboards
Files & Images Overview
Files
Project Files
Task Files
Company Files
Comment Files
User Files
POST
Endpoint to batch create external files without uploading.
GET
Returns all files of the user with the specified id.
POST
Creates a new user file for the user with the specified id..
DEL
Deletes the files of the specified user.
POST
Uploads a new file by providing an url.
GET
Returns the file with the specified id of the user with the specified id.
PUT
Updates the metadata of the user file with the specified id.
DEL
Deletes the user file with the specified id.
POST
Changes the user this file belongs to.
POST
Copys the file to a new user.
GET
Returns the content of the user file with the specified id.
GET
Returns the content of the file with the specified id as pdf. type or conversion not possible.
GET
Returns a url to share the file.
GET
Returns all file versions of the specified user file.
POST
Uploads a new version of the user file with the specified id.
GET
Returns the user file version with the specified id.
GET
Returns the content of the user file version with the specified id.
Workspace Files
Project Template Files
Task Template Files
Shared Files
Temporary Files
Images
Custom Fields Overview
Custom Fields
Workload & Planning Overview
Workload
Project Templates Overview
Project Templates
Task Bundles
Task Templates
Task Dependency Templates
Project Template Tags
Project Milestone Templates
Project Template Automations
Project Template Actions
Login & Access Overview
Accounts
Invitations
Permissions
Roles
Teams
Workspaces
API Management Overview
API Users
Webhooks
Client Applications
Entity Files
Support
Developer Forum
Login
API Reference
User Files
Deletes the user file with the specified id.
DELETE
https://api.awork.com/api/v1
/
users
/
:userId
/
files
/
:fileId
Deletes the metadata and the different versions of the file.
Path parameters
userId
string
Required
The id of the user.
fileId
string
Required
The id of the file.
Changes the user this file belongs to.
Up Next
Built with