Skip to main content
POST
/
v1
/
payouts
/
{payout_id}
/
cancel
Cancel a non-terminal payout (mock)
curl --request POST \
  --url https://api.example.com/v1/payouts/{payout_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clevis.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Send your API key as: Authorization: Bearer <your_api_key>

Path Parameters

payout_id
string
required

Payout id.

Response

Payout cancelled.