---
title: "Declines a trade."
method: POST
path: "/v1/trades/{tradeId}/decline"
tags: ["Trades"]
---

# Declines a trade.

`POST /v1/trades/{tradeId}/decline`

## Path parameters

- `tradeId` integer, required

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 2: The trade cannot be found or you are not authorized to view it. 3: The trade is inactive. 4: You are not authorized to modify this trade. 7: The user cannot trade. See field for whether the user who cannot trade is the sender or receiver.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `503` — 5: Trading system is unavailable

---

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