Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    File Properties - Properties - Remove

    Permanently removes the specified property group from the file. To remove specific property field key value pairs, see :route:properties/update. To update a template, see :route:templates/update_for_user or :route:templates/update_for_team. To remove a template, see :route:templates/remove_for_user or :route:templates/remove_for_team.

    Input

    type: object properties: data: type: object description: > path: A unique identifier for the file or folder. property_template_ids: A list of identifiers for a template created by :route:`templates/add_for_user` or :route:`templates/add_for_team`. properties: path: type: string description: A unique identifier for the file or folder. property_template_ids: type: array description: >- A list of identifiers for a template created by :route:`templates/add_for_user` or :route:`templates/add_for_team`. items: type: string title: Data