Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The location’s ID (returned in the GET /locations response) |
| status | string | Yes | Must be either “active” or “inactive” |
Example Request
Example Response
Notes
- The status update is case-insensitive (“active”, “Active”, “ACTIVE” are all accepted)
- Only the
statusfield can be updated through this endpoint - The location must belong to your organization
- Invalid location IDs will return a 404 error
