# Reject an entity

Rejects an entity in the review state. A reason for the rejection must be provided. Requires theReject permission.

Endpoint: POST /api/entities/{id}/lifecycle/reject
Version: v1.0
Security: OAuth2

## Path parameters:

  - `id` (integer, required)
    The unique identifier for the entity.

## Request fields (application/json-patch+json):

  - `reason` (string,null)
    The reason for the rejection.


## Response 200 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
