API referenceConsumerBilling
Submit_cancel_survey
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/consumer/v1/billing/cancel-survey" \ -H "Content-Type: application/json" \ -d '{ "reason_code": "string", "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627" }'Empty