I created runscope api monitoring resources by using terraform. I want to cleanup those by using terraform.
resource "runscope_test" "api" {
name = "api-test"
description = "checks the api is up and running"
bucket_id = runscope_bucket.main.id
}