Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Delete

This API call deletes a list of files. The deleted files are moved to TRASH directory. If a file is already in TRASH, it will be permanently deleted.

This action is a background action.

Resource URL

/api/0.1/file/delete

Resource Information

 

Response formatsJSON
Requires authentication?Yes
Rate limited?Yes
Requests / 15-min window (user auth)15
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

ids

required

uuid[]-uuid4[]

array of file IDs to delete

 

 


Example Request URL

Example Result

{"job_id": <uuid>}

 

 

 

 

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1