# DISABLE RENEWAL

Deactivates the renewal option for a certificate

Endpoint: POST /api/v1/requests/{id}/disable_renewal
Version: v1

## Path parameters:

  - `id` (string, required)
    The response status message

## Response 200 fields (application/json):

  - `status` (string)
    The response status message (renewal disabled)

## Response 404 fields (application/json):

  - `code` (number)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


