Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The provider’s ID (returned in the GET /providers 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 provider must belong to your organization
- Invalid provider IDs will return a 404 error
