v1ConvaiSecretsSecretIdDelete method
Delete Convai Workspace Secret @param secret_id @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Implementation
Future<chopper.Response> v1ConvaiSecretsSecretIdDelete({
required String? secretId,
String? xiApiKey,
}) {
return _v1ConvaiSecretsSecretIdDelete(
secretId: secretId,
xiApiKey: xiApiKey?.toString(),
);
}