status to inactive, which preserves the audit trail while preventing the consent from being treated as active.
Request
DELETE https://api.clinikapi.com/v1/consents/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The ID of the consent to delete (e.g.
consent_abc123).Response
Returns204 No Content with an empty body on success.
Standard response metadata including
requestId, timestamp, and rate-limit fields.