Cancel Stake
DELETE
https://api.sfox.com/v1
/staking/:id
Cancel a pending stake transaction.
Path Parameters
Parameter
Type
Description
id
required
int
The sFOX-generated ID of the pending stake transaction you wish to cancel.
Responses
Example Request
curl -X DELETE \
-H 'Content-type: application/json' \
-H 'Authorization: Bearer <API_TOKEN>' \
'https://api.sfox.com/v1/staking/123'
Last updated