# Delete card controls list Deletes the card controls list specified in the request URL. Endpoint: DELETE /v1/card_controls/lists/{id} Version: 1.0 ## Path parameters: - `id` (string, required) ID of the card controls list to delete. ## Response 400 fields (application/json): - `errors` (array) - `errors.id` (string) ID of the corresponding request Example: "a1aeac6a-00ff-11ec-9a03-0242ac130003" - `errors.status` (integer) HTTP status code Example: 404 - `errors.code` (string) Code of the error Example: "not_found_card_control" - `errors.title` (string) Title of the error Example: "Not found card control" - `errors.detail` (string) Details of the error Example: "Not found card control " ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `errors` (array) - `errors.id` (string) ID of the corresponding request Example: "a1aeac6a-00ff-11ec-9a03-0242ac130003" - `errors.status` (integer) HTTP status code Example: 404 - `errors.code` (string) Code of the error Example: "not_found_card_control" - `errors.title` (string) Title of the error Example: "Not found card control" - `errors.detail` (string) Details of the error Example: "Not found card control " ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."