DELETE AttachmentCategories
Deletes the given attachment category.
Request Information
URI Parameters
None.
Body Parameters
Attachment category to delete
AttachmentCategoryName | 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": "867c39b3-7c7a-4681-b2cb-68cecf8362ff", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c8e39eaa-9ca5-44f0-a5c3-725e0a6489f3", "CreateDate": "2025-09-13T18:34:49.5946053-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T18:34:49.5946053-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" }