Route53RecoveryReadiness / Client / delete_cell

delete_cell#

Route53RecoveryReadiness.Client.delete_cell(**kwargs)#

Delete a cell. When successful, the response code is 204, with no response body.

See also: AWS API Documentation

Request Syntax

response = client.delete_cell(
    CellName='string'
)
Parameters:

CellName (string) –

[REQUIRED]

The name of the cell.

Returns:

None

Exceptions