---
title: "Delete the version system module from global DB and global S3 storage"
method: DELETE
path: "/modules/{module_name}/versions/{version}"
tags: ["Modules"]
---

# Delete the version system module from global DB and global S3 storage

`DELETE /modules/{module_name}/versions/{version}`

## Path parameters

- `module_name` string, required
- `version` string, required

## Response `200`

system module deleted successful

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

## Other responses

- `403` — deleting system module not permitted
- `404` — system module not found
- `500` — internal error on deleting system 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/revisions/ac519ec936b3/schema)
