# Discontinue Policy

## Discontinue policy.

<mark style="color:orange;">`PUT`</mark> `/policies/{policyId}/discontinue`

Discontinue policy. Only users with the Standard Registry role are allowed to make the request.

#### Path Parameters

| Name                                       | Type   | Description        |
| ------------------------------------------ | ------ | ------------------ |
| policyId<mark style="color:red;">\*</mark> | String | Policy identifier. |

#### Request Body

| Name                               | Type   | Description          |
| ---------------------------------- | ------ | -------------------- |
| <mark style="color:red;">\*</mark> | String | Discontinue details. |

{% tabs %}
{% tab title="200: OK Policies" %}

```
content:
            application/json:
              schema:
                type: array
                items:
                  type: object
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
```

{% endtab %}
{% endtabs %}
