# Delete

Launch stage: GA

`DELETE /api/disaster-recovery/v1/{name=accounts/*/failover-groups/*}`

Delete a failover group.

API scopes: disaster-recovery

Clouds: AWS, Azure

## Path parameters

- `name` (string, optional)
  The fully qualified resource name of the failover group to delete.
   Format: accounts/{account_id}/failover-groups/{failover_group_id}.

## Query parameters

- `etag` (string, optional)
  Opaque version string for optimistic locking. If provided, must match the
   current etag. If omitted, the delete proceeds without an etag check.

## Response

```json
{}
```

