status to inactive.
Request
PATCH https://api.clinikapi.com/v1/practitioner-roles/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the practitioner role to update (e.g.
pr_abc123).Body
All body fields are optional. Include only the fields you want to change.Updated role code (e.g.
doctor, nurse, consultant, admin).Updated organization reference ID.
Updated location reference ID.
Updated specialty for this role. Replaces the entire specialty object.
Updated role status. One of:
active, inactive.Updated active date range. Replaces the entire period object.
Response
Returns200 OK with the complete updated practitioner role resource.
The practitioner role’s unique ID.
ID of the linked practitioner.
Current role code.
Current role status after update.
Current specialty object after update.
Current active date range after update.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.