# Revoke a consent by ID for current user

Revoke a consent by ID for current user.

Endpoint: DELETE /v1/consents/me/clients/{clientId}
Security: UserAccessToken

## Path parameters:

  - `clientId` (string, required)
    ID of the client

## Query parameters:

  - `consent_id` (string)
    ID of the consent to delete

## Response 404 fields (application/json):

  - `message` (string, required)

  - `error_code` (number, required)
    Example: 404


