Skip to main content
POST
Withdraw recording consent (GDPR Art. 7(3))

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

callId
string
required

The call whose consent is being withdrawn.

Required string length: 1 - 64

Body

application/json

Optional receipt id to scope the withdrawal to. Omit to revoke every active receipt for the call.

Required string length: 1 - 128
reason
string

Optional free-text reason recorded on the audit row.

Maximum string length: 500

Response

Consent withdrawn — returns { call_id, revoked_count }.