Skip to main content
DELETE
/
bundles
/
{id}
/
attachments
/
{attachmentID}
Delete attachment
curl --request DELETE \
  --url https://mycluster.domino.tech/bundles/{id}/attachments/{attachmentID}
{
  "message": "<string>"
}

Path Parameters

id
string
required

ID of the bundle to which the attachment belongs

attachmentID
string
required

ID of the attachment to delete

Response

No Content