---
title: "Bulk Delete Attachments"
method: DELETE
path: "/attachments/bulk"
---

# Bulk Delete Attachments

`DELETE /attachments/bulk`

## Request body

- object
  - `page` number
  - `limit` number
  - `sort` 'ASC' | 'DESC'
  - `sort_by` 'created_at' | 'created_by'
  - `group_by` 'created_at' | 'attachment_tag' | 'created_by'
  - `is_photo_feed` boolean
  - `filter.attachment_uid` string
  - `filter.folder_uid` string
  - `filter.type_of_attachment` string
  - `filter.mime_type` string
  - `filter.type` string
  - `filter.module` 'JOB' | 'PROJECT' | 'CUSTOMER' | 'PROPERTY', required
  - `filter.module_uid` string
  - `filter.created_by` string
  - `filter.from_date` string
  - `filter.to_date` string
  - `filter.attachment_tag` string
  - `filter.attachment_visibility` 'INTERNAL' | 'PUBLIC'

## Response `200`

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
