DELETE Attachments
Deletes the given attachment.
Request Information
URI Parameters
None.
Body Parameters
The attachment to delete. The Content field does not need to be filled in.
Attachment| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AttachmentCategory | AttachmentCategory |
None. |
|
| Asset | Asset |
None. |
|
| FileType | string |
None. |
|
| FileSize | integer |
None. |
|
| UploadDate | date |
None. |
|
| Content | Collection of byte |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttachmentId": "f94d2755-c1d5-4702-a82d-3d7ab6bf19f5",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "d4b70b46-cb56-41a9-8baf-66df86b40134",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0641d00b-3511-4bf2-a9e8-4bef06bc17b7",
"CreateDate": "2026-04-27T20:33:14.0463029-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-27T20:33:14.0463029-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "d65a7e07-6f39-4026-b3d8-7ff67d27e1df",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b0fa1f44-d66f-4d7a-a93f-0f1bd3aaa20f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8aa52006-60b8-4d97-bee9-33b4e4618804",
"CreateDate": "2026-04-27T20:33:14.0463029-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:14.0463029-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "91e8cc45-a708-4952-a743-916d6fa6ff89",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-27T20:33:14.0463029-07:00",
"MeasurementValueNeededDate": "2026-04-27T20:33:14.0463029-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8d10504f-e3e6-46bc-ae0d-01174e3d66a8",
"CreateDate": "2026-04-27T20:33:14.0463029-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:33:14.0463029-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-27T20:33:14.0463029-07:00",
"MeasurementValueNeededDate": "2026-04-27T20:33:14.0463029-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f96b9147-f9db-4a2f-b816-564481d95f1a",
"CreateDate": "2026-04-27T20:33:14.0463029-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-27T20:33:14.0463029-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-04-27T20:33:14.0463029-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "b3ea6bef-5a8e-4dd9-8e2a-8994aaed177e",
"CreateDate": "2026-04-27T20:33:14.0463029-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:14.0463029-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}