Skip to main content

Revoke Consent

Disables the selected consent and updates revoked_at with current time. Use this endpoint when an end user wants to stop all data sharing with an app.

PUT
/api/{version}/consent_management/{ConsentPublicId}/disable_app_sharing

Path Parameters

FieldRequiredType

ConsentPublicId

The consent id. This value is returned in the GET Consent List as id.

Required
String

version

API version. Indicates which FDX version is in use.

Required
String
Loading...