## Leave Organization

**post** `/v1/organizations/{organization_id}/leave`

Leave an Organization

### Path Parameters

- `organization_id: string`

### Example

```http
curl https://api.nirvanalabs.io/v1/organizations/$ORGANIZATION_ID/leave \
    -X POST \
    -H "Authorization: Bearer $NIRVANA_LABS_API_KEY"
```
