---
title: "Delete module instance by policy hash and module name"
method: DELETE
path: "/policies/{hash}/modules/{module_name}"
tags: ["Policies", "Modules"]
---

# Delete module instance by policy hash and module name

`DELETE /policies/{hash}/modules/{module_name}`

## Path parameters

- `hash` string, required
- `module_name` string, required

## Response `200`

policy module deleted successful

- SuccessResponse
  - `data` object
  - `status` string

## Other responses

- `403` — deleting policy module not permitted
- `404` — policy or module not found
- `500` — internal error on deleting policy module

---

[API](https://skmtc.net/vxcontrol/apis/soldr-swagger-api.md) · [All operations](https://skmtc.net/vxcontrol/apis/soldr-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vxcontrol/soldr-swagger-api/versions/ac519ec936b3/schema)
