Delete Folder Type

/folder_types/{id}

Delete Folder Type [DELETE]

Delete an existing folder type. Upon deleting the folder type:

  • All folders of that type will be deleted.

Authorization: Admin

The server will respond with a confirmation object containing the additional objects this delete will modify (a count of folder that will be deleted). The delete will not be processed until it is confirmed "confirmed": true.

Request

Body
{
  "confirmed": true
}

Response 412

Body
{
  "foldersCount": 45
}

Response 200

Body
{}

Still need help? Contact Us Contact Us