# Map Operations

{% openapi src="<https://3163433004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTDI7QVY04Zvb1pQ8Ry%2Fuploads%2FCTMTzA039Zqe3I3p1THH%2Ffilelink.yaml?alt=media&token=213cb0b1-3e53-4e31-a643-870c715cf75b>" path="/file" method="get" %}
[filelink.yaml](https://3163433004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTDI7QVY04Zvb1pQ8Ry%2Fuploads%2FCTMTzA039Zqe3I3p1THH%2Ffilelink.yaml?alt=media\&token=213cb0b1-3e53-4e31-a643-870c715cf75b)
{% endopenapi %}

## Delete a VPS map by map code

> Permanently deletes a VPS map identified by its unique map code

```json
{"openapi":"3.0.0","info":{"title":"Delete VPS Map API","version":"1.0.0"},"servers":[{"url":"https://api.multiset.ai/v1","description":"Production server"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Error":{"type":"object","properties":{"error":{"type":"string","description":"Error message"}},"required":["error"]}},"responses":{"Unauthorized":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}},"paths":{"/vps/map/{mapCode}":{"delete":{"summary":"Delete a VPS map by map code","description":"Permanently deletes a VPS map identified by its unique map code","tags":["VPS"],"parameters":[{"in":"path","name":"mapCode","required":true,"schema":{"type":"string"},"description":"The unique map code of the VPS map to delete"}],"responses":{"204":{"description":"VPS map deleted successfully"},"400":{"description":"Bad Request - Invalid map code format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"$ref":"#/components/responses/Unauthorized"},"404":{"description":"Map not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Internal Server Error - Something went wrong on the server","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}}}
```
