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": "9f0e7dce-b6e4-4d3d-8225-5e55708d73bf",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7fba7ebd-96d8-4275-b40e-679d69655152",
"CreateDate": "2026-01-16T16:22:59.5643273-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:22:59.5643273-08: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"
}