deleteRepositoryPolicy

Deletes the repository policy associated with the specified repository.

Samples

// This example deletes the policy associated with the repository named ubuntu in the current account.
val resp = ecrClient.deleteRepositoryPolicy {
    repositoryName = "ubuntu"
}