Unlink attachments

QMetry 7QMetry 8
  • URL : /rest/attachments/unlink
  • Method : POST
  • URL : /rest/attachments/unlink
  • Method : POST
Request Body
{
	"entityId": 28650,
	"attachmentIds": "401262",
	"entityType": "RQ"
}
Request Body
{
	"entityId": 28650,
	"attachmentIds": "401262",
	"entityType": "RQ"
}
Response Body
{
	"success": true,
	"code": "CO.UNLINK_ATTACHMENT_SUCCESS"
}
Response Body
{
	"success": true,
	"code": "CO.UNLINK_ATTACHMENT_SUCCESS",
	"message": "Attachment(s) deleted successfully."
}