Update or deactivate a Consent Manager
Update a registered Consent Manager by its id — rotate its public key, change its URL or name, or flip is_active to false to stop accepting its receipts. Only the fields you send are changed; omitted fields keep their current value. 404s when no manager with that id exists for the tenant. Admin/owner only.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
The registered Consent Manager id to update.
Body
New human-readable name.
1 - 200New HTTPS-only trust-anchor URL.
500New stable machine identifier (no spaces).
1 - 200Rotated SPKI PEM of the manager's ECDSA P-256 public key.
1 - 4096ISO 3166-1 alpha-2 registration jurisdiction.
2Set false to deactivate the manager and stop accepting its receipts.
Replacement free-form metadata object.
Response
Consent Manager updated — returns the manager id.