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": "714f05ec-9360-4fee-b5e6-f5358c6b6240",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ba090780-66de-438c-84f0-d7892a18881e",
"CreateDate": "2025-11-15T00:34:31.4344824-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T00:34:31.4344824-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"
}