Undelegate

API Request for Undelegation

Parameters

Response Codes

Example CURL Request

curl --request POST \
     --url https://api.figment.io/osmosis/undelegate \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '
{
  "network": "testnet"
}
'```