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
InjectionSourceTypeName | 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": "d75253df-36da-493c-921e-2c5678845930", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4e5c592f-b96b-42f9-bf8a-79ad0501d884", "CreateDate": "2025-05-09T15:13:58.5383299-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:13:58.5383299-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" }