DELETE: Delete a collection of attachments

This topic provides instructions for using the DELETE operation to delete attachments.

Overview

An attachment collection is deleted with a DELETE operation. Use a query to delete multiple instances.

  • A request for a delete on a collection deletes the entire collection.

  • Deleting can be done using filtering.

  • Supports partial success, similar to POST and PUT for collections.

  • On success, only status code 200 (OK) is returned.

DELETE .../api/shared_spaces/<space_id>/workspaces/<workspace_id>/attachments

Caution: It is possible to delete all of the instances in a collection if no query is specified. For example, the line above will successfully delete all attachment in the project:

Back to top

Examples

Back to top

See also: