DeleteACL - Amazon MemoryDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DeleteACL

Deletes an Access Control List. The ACL must first be disassociated from the cluster before it can be deleted. For more information, see Authenticating users with Access Contol Lists (ACLs).

Request Syntax

{ "ACLName": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

ACLName

The name of the Access Control List to delete

Type: String

Required: Yes

Response Syntax

{ "ACL": { "ARN": "string", "Clusters": [ "string" ], "MinimumEngineVersion": "string", "Name": "string", "PendingChanges": { "UserNamesToAdd": [ "string" ], "UserNamesToRemove": [ "string" ] }, "Status": "string", "UserNames": [ "string" ] } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

ACL

The Access Control List object that has been deleted.

Type: ACL object

Errors

For information about the errors that are common to all actions, see Common Errors.

ACLNotFoundFault

HTTP Status Code: 400

InvalidACLStateFault

HTTP Status Code: 400

InvalidParameterValueException

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: