DELETE
/api/v3/rate/{rateId}/version/{versionId}
Delete a version of a rate schedule
DeleteRateVersionV3
Permissions: RateSchedules (Edit)
Validation
- The last remaining rate version may not be deleted
- When a rate version is deleted, if there is a preceding rate version, then its end date will be reset to the end date of the deleted rate version.
Path Parameters
| Name |
Description |
Type |
Required |
| rateId |
Unique identifier of the rate schedule to which the version being deleted belongs |
integer (int32) |
Required |
| versionId |
Unique identifier of the rate schedule version to delete |
integer (int32) |
Required |