Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
取消持续的带宽租赁并取消委托
cURL
curl --request POST \ --url https://api.example.com/api/v1/bandwidth/rentals/{rental_id}/cancel
{ "id": 123, "status": "<string>", "undelegate_txid": "<string>" }
id
cancelled
curl -X POST https://api.tronrental.com/v1/bandwidth/rentals/4321/cancel \ -H "X-API-Key: your_api_key"
{ "id": 4321, "status": "cancelled", "undelegate_txid": "def456..." }