# Self Cancel Registration This method will examine an event registration and generate an appropriate order Endpoint: GET /registrations/{tenantId}/describeSelfCancellation/{id} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed - `id` (string, required) The registration ID ## Response 200 fields (application/json): - `currency_code` (string) - `items` (array) - `items.amount_to_refund` (number) - `items.cancellation_fee` (number) - `items.order_line_item_id` (string) - `items.product_name` (string) - `total_amount_to_refund` (number) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields