# Delete

Launch stage: GA

`DELETE /api/2.0/genie/spaces/{space_id}`

Move a Genie Space to the trash.

API scopes: genie

## Path parameters

- `space_id` (string, optional)
  The ID associated with the Genie space to be sent to the trash.
  Example: `e1ef34712a29169db030324fd0e1df5f`

## Response

```json
{}
```

