deleteStoreSecret #deleteStoreSecret(secretId: String) BooleanExample #mutation deleteStoreSecret($secretId: String!){ deleteStoreSecret(secretId: $secretId) } Try It Now