GET api/v{version}/TransitStageDurations/Templates/Delete?startAssetId={startAssetId}&endAssetId={endAssetId}&order={order}
Deletes a transit stage duration template.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startAssetId |
The ID of the asset which defines the starting point of the transit. |
integer |
Required |
| endAssetId |
The ID of the asset which defines the end point of the transit. |
integer |
Required |
| order |
The order of the stage within the transit. |
integer |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.