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": "aaa739a8-ca9b-4132-be89-6844ff68a161",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3b172755-af6f-42b8-8ade-c16e2ccdb6f5",
"CreateDate": "2026-07-15T13:19:31.3248069-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T13:19:31.3248069-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"
}