

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# Menghapus perekam konfigurasi Anda
<a name="managing-recorder_console-delete"></a>

Anda harus menggunakan AWS CLI untuk menghapus perekam konfigurasi terkelola pelanggan. Anda dapat menggunakan AWS Config konsol atau AWS CLI untuk menghapus perekam konfigurasi terkait layanan.

------
#### [ To delete the customer managed configuration recorder (CLI) ]

Gunakan [https://docs.aws.amazon.com/cli/latest/reference/configservice/delete-configuration-recorder.html](https://docs.aws.amazon.com/cli/latest/reference/configservice/delete-configuration-recorder.html)perintah:

```
$ aws configservice delete-configuration-recorder --configuration-recorder-name default
```

------
#### [ To delete a service-linked configuration recorder (Console) ]

1. Masuk ke Konsol Manajemen AWS dan buka AWS Config konsol di [https://console.aws.amazon.com/config/rumah](https://console.aws.amazon.com/config/home).

1. Pilih **Pengaturan** di panel navigasi.

1. **Pada tab **Perekam terkait layanan, pilih perekam** konfigurasi terkait layanan pada tab Perekam **terkait layanan**, lalu pilih Hapus.** Saat diminta, pilih **Hapus**.

------
#### [ To delete a service-linked configuration recorder (CLI) ]

Gunakan [https://docs.aws.amazon.com/cli/latest/reference/configservice/delete-service-linked-configuration-recorder.html](https://docs.aws.amazon.com/cli/latest/reference/configservice/delete-service-linked-configuration-recorder.html)perintah:

Perintah ini menggunakan `--service-principal` bidang.

```
$ aws configservice delete-service-linked-configuration-recorder --service-principal "The service principal of the Layanan AWS for the service-linked configuration recorder that you want to delete"
```

------