DELETE InjectionSourceTypes
Deletes the given injection source type, including all injections of that type.
Request Information
URI Parameters
None.
Body Parameters
Injection source type to delete
InjectionSourceType| Name | Description | Type | Additional information |
|---|---|---|---|
| InjectionSourceTypeId | 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:
{
"InjectionSourceTypeId": "0c756047-f28c-4402-89c1-296f325f63a8",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "95907213-72ca-4172-ac1e-085f8c7bae3f",
"CreateDate": "2026-06-01T20:27:21.1431156-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:27:21.1431156-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"
}