# CANCEL REQUEST

Change the request status to CANCELLED. Requests can be cancelled only if the digital certificate is not issued yet.

Endpoint: DELETE /api/v1/requests/{id}/cancel
Version: v1

## Path parameters:

  - `id` (string, required)
    The unique identifier of the Request

## Response 200 fields (application/json):

  - `status` (string)
    The successful cancellation status message

## Response 404 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message

## Response 412 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


