Delete tariff by ID
x-ms-visibility: "important"
Deletes a specific tariff by its ID
Path Parameters
tariffId string required
ID of the tariff to delete
Responses
- 200
- 400
- 401
- 404
Tariff successfully deleted.
application/json
Schema
Schema
boolean
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Tariff not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...