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
| Field | Required | Type |
|---|---|---|
ConsentPublicId The consent id. This value is returned in the GET Consent List as | Required | String |
version API version. Indicates which FDX version is in use. | Required | String |
Loading...