Delete Tip Action

delete

/apis/tips-v1/{utilityCode}/energy_guide/customers/{id}/tips/{tipId}/action

Remove the customer's currently recorded action for the tip. Idempotent, repeatable invocations do not lead to an error

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful response
Body ()
Root Schema : TipActionUpdateResponse
Type: object
Show Source
Example:
{
    "response":true
}

400 Response

Invalid request
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

401 Response

Authorization failure
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

404 Response

Customer not found
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

500 Response

Internal error
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top