---
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

---

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