---
title: "Remove Ship Module"
method: POST
path: "/my/ships/{shipSymbol}/modules/remove"
tags: ["Fleet"]
---

# Remove Ship Module

`POST /my/ships/{shipSymbol}/modules/remove`

Remove a module from a ship. The module will be placed in cargo.

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `symbol` string, required — The symbol of the module to remove

## Response `201`

Successfully removed the module from the ship.

- object
  - `data` object, required
    - `agent` AgentJson, required — unresolved $ref
    - `modules` ShipModuleJson[], required — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref
    - `transaction` object, required
      - `waypointSymbol` string, required
      - `shipSymbol` string, required
      - `tradeSymbol` string, required
      - `totalPrice` integer, required
      - `timestamp` string, required

## Changes

> 50 revisions in range; 2 not diffed.

- **2025-03-10** `6c351be600a0` — 1 info
  - endpoint added
- **2023-05-20** `86f8c56c4690` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/my/ships/:shipSymbol/modules/remove/post.md)

---

[API](https://skmtc.dev/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
