Skip to main content

Delete persisted consent

DELETE 

/v3/modules/:module/setups/:setupId/clients/:clientId/persisted-consent

Revokes the persisted consent for a specific user and client combination within the setup. If no user query parameter is supplied, the consent of the currently authenticated caller is revoked. The operation can be performed by the consent's owner, the client's owner, or an admin user.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    clientId stringrequired

Query Parameters

    user string

Responses

The persisted consent for the specified client and user was successfully revoked

Loading...