Update and Delete a File Request

Learn how to update and delete a file request.

In this lesson, we’ll encounter two very important operations within the file_requests namespace, which are the following:

  • update
  • delete_all_closed

They both require us to enable the file_requests.write permission.

Update a file request

We use the /file_requests/update endpoint to update the properties of a file request. It uses the same parameters as the create endpoint. Let’s update the title of the file request and close it.

Get hands-on with 1200+ tech skills courses.