204 No Content on success with no response body.
Request
DELETE https://api.clinikapi.com/v1/practitioners/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path Parameters
The ID of the practitioner to delete (e.g.
prac_xyz789).Response
Returns204 No Content with an empty body on success.
If the practitioner does not exist or does not belong to your tenant, the API returns 404 Not Found.