Delete Cell
route53recoveryreadiness_delete_cell | R Documentation |
Delete a cell¶
Description¶
Delete a cell. When successful, the response code is 204, with no response body.
Usage¶
route53recoveryreadiness_delete_cell(CellName)
Arguments¶
CellName |
[required] The name of the cell. |
Value¶
An empty list.
Request syntax¶
svc$delete_cell(
CellName = "string"
)