DELETE AttachmentCategories
Deletes the given attachment category.
Request Information
URI Parameters
None.
Body Parameters
Attachment category to delete
AttachmentCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentCategoryId | globally unique identifier |
None. |
|
| Name | string |
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:
{
"AttachmentCategoryId": "149e2ae4-2d2c-4972-9b2c-f745275f6af2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "454b4a6a-e128-4abe-911b-aad6d71c0c99",
"CreateDate": "2026-06-25T14:33:13.8921015-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:33:13.8921015-07:00",
"LastModifiedUser": "sample string 5"
}
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"
}