Deactivate a feedback option
POST / v1 / billing / feedback_options /:id / deactivate
Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.
Parameters
- id string Required The ID of the feedback option to deactivate.
Returns
Returns the feedback option object with a status of inactive. Deactivated feedback options can’t be added to portal configurations.
Response
{ "id": "fo_1MowQVLkdIwHu7ixeRlqHVzs", "object": "billing.feedback_option", "description": "Too expensive", "livemode": false, "status": "inactive", "status_transitions": { "deactivated_at": 1680651600 }}
