> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/apis-related-to-discontinuing-policy-workflow/discontinue-policy.md).

# 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 %}
