Delete Threshold for a Customer
delete
/apis/threshold-v1/external/{utilityCode}/customers/{utilityCustomerId}/threshold
Deletes the threshold for the specified customer.
Request
Path Parameters
-
utilityCode(required): string
Maximum Length:
4
3-4 character utility representation, all caps. E.g. "UTIL", "ZOK1", "BGE". -
utilityCustomerId(required): string
Utility internal customer identifier.
Response
204 Response
Customer threshold successfully deleted.
400 Response
No threshold found for the requested customer.
Nested Schema : error
Type:
Show Source
object
-
details(required):
string
Additional details about the error
-
httpStatus(required):
integer(int32)
The HTTP status code for the error
-
serviceErrorCode(required):
string
The identifying error code
404 Response
No customer with the given utilityCustomerId. No threshold set for the requested customer.
Nested Schema : error
Type:
Show Source
object
-
details(required):
string
Additional details about the error
-
httpStatus(required):
integer(int32)
The HTTP status code for the error
-
serviceErrorCode(required):
string
The identifying error code