# Revoke Consent
source: https://developer.mastercard.com/authentication-consent/documentation/use-cases/revoke-consent/index.md

The following use case describes how a merchant or PSP may enable a cardholder to revoke their consent for a specific PAN, device, and merchant combination.

The merchants must expose a function within their mobile application to allow a cardholder to revoke or remove their consent.
Diagram revoke

The sequence of steps:

| Step | Method |   Type   |                         Action                         |                                                                                                                 Comments                                                                                                                  |
|------|--------|----------|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1    | DELETE | Request  | Send request to /user-consents/{user_consent_id}       | Delete a cardholder consent by submitting the user Consent ID provided after a successful ID\&V when the consent was stored.                                                                                                              |
| 2    | DELETE | Response | Receive response from /user-consents/{user_consent_id} | No response body provided. A 204 success HTTP status code will be provided after the consent is revoked. A 404 resource not found HTTP status is provided if there is not an active stored consent matching the provided user consent ID. |

## Endpoint {#endpoint}


API Reference: `DELETE /user-consents/{user_consent_id}`

