status to reflect the correct state rather than deleting it outright.
Request
DELETE https://api.clinikapi.com/v1/assessments/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The ID of the assessment to delete (e.g.
assess_abc123).Response
Returns204 No Content with an empty body on success. If the assessment does not exist or does not belong to your tenant, the API returns 404 Not Found.