# Cancel a consumer credit line renewal (France only) Cancels the renewal of an existing credit line after receiving a renewal notification. Call this endpoint if the customer doesn't wish to renew the credit line. Endpoint: POST /v1/persons/{person_id}/credit_lines/{credit_line_id}/renewal/cancel Version: 1.0 ## Path parameters: - `person_id` (string, required) The person ID of the customer for whom the credit line is issued. - `credit_line_id` (string, required) The unique credit line ID, generated after a credit line is created. ## Response 403 fields (application/json): - `code` (string) Example: "unauthorized_action" - `detail` (string) Example: "Unauthorized action is not allowed." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `title` (string) Example: "Unauthorized Action" ## Response 404 fields (application/json): - `code` (string) Example: "model_not_found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `title` (string) Example: "Model Not Found"