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
- 204
- 403
- 404
The persisted consent for the specified client and user was successfully revoked
User doesn't have right to delete requested persisted consent
No persisted consent found for the specified client and user
Loading...