# Revoke permissions as subject

Revokes permissions of another user (the actor) to act on my behalf (the subject). This call is initiated by the subject who is logged-in, so it's authorized using a user access token.

Endpoint: DELETE /v1/delegated-access/consents/me/permissions/subject
Security: UserAccessToken

## Query parameters:

  - `permissions` (array)
    Names of permissions to revoke. If no permissions are specified, all permissions will be revoked.

  - `actor_id` (string, required)
    ID of the user that received the permissions.

## Response 400 fields (application/json):

  - `message` (array, required)
    Example: "Bad request"

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

## Response 404 fields (application/json):

  - `message` (string, required)

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


## Response 200 fields
