Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
Xray Cloud (8.0.1) [Silent Release26.4]
-
None
-
None
-
N/A
-
-
20
Description
Right now, it is only possible to add new attachments and retrieve existing attachments via API:
- POST /api/v2/attachments
- GET /api/v2/attachments/{attachmentId}
However, it is not possible to delete existing attachments in an automated away, which limits the user's ability to manage their attachments via API.
So as a user, I would like a new endpoint to be added, allowing me to DELETE attachments via REST API as well.