---
title: "Decreases stake"
method: POST
path: "/transactor/stake/decrease"
tags: ["Decrease"]
---

# Decreases stake

`POST /transactor/stake/decrease`

Decreases stake on eth blockchain via the mysterium transactor.

## Request body

- DecreaseStakeRequest — DecreaseStakeRequest represents the decrease stake request
  - `amount` Int — Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors.
  - `id` string

## Response `200`

Payout info registered

## Other responses

- `400` — Failed to parse or request validation failed
- `500` — Internal server error

---

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