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": "819da0b9-7dd7-46c5-8c9e-b69061e3f777",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "c900c627-a5ca-49cf-aedf-91b5993091ff",
  "CreateDate": "2025-10-31T00:43:17.3694926-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2025-10-31T00:43:17.3694926-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"
}