curl --request DELETE \
--url http://localhost:3333/v1/task-management/attachments/{attachmentId} \
--header 'X-API-Key: <api-key>'Delete a file attachment for a task item (removes from S3 and database)
curl --request DELETE \
--url http://localhost:3333/v1/task-management/attachments/{attachmentId} \
--header 'X-API-Key: <api-key>'Was this page helpful?