curl -X DELETE https://services-staging.getplu.com/api/v1/partner/withdrawal/65f0d9f4c8a3b21e9d4a6c01 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "Withdrawal cancelled",
"data": {
"id": "65f0d9f4c8a3b21e9d4a6c01",
"partnerId": "service-partner-PdhFKbfvYr",
"amount": 100,
"fee": 0.5,
"netAmount": 99.5,
"toAddress": "0xa40aCe28a2d66f81D396c7F0ACd46Ae2e4407089",
"chain": "base",
"token": "usdc",
"status": "cancelled",
"createdAt": "2026-04-20T11:42:18.221Z",
"cancelledAt": "2026-04-20T11:43:02.108Z"
}
}
Cancel a pending withdrawal and refund the locked amount to your wallet
curl -X DELETE https://services-staging.getplu.com/api/v1/partner/withdrawal/65f0d9f4c8a3b21e9d4a6c01 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "Withdrawal cancelled",
"data": {
"id": "65f0d9f4c8a3b21e9d4a6c01",
"partnerId": "service-partner-PdhFKbfvYr",
"amount": 100,
"fee": 0.5,
"netAmount": 99.5,
"toAddress": "0xa40aCe28a2d66f81D396c7F0ACd46Ae2e4407089",
"chain": "base",
"token": "usdc",
"status": "cancelled",
"createdAt": "2026-04-20T11:42:18.221Z",
"cancelledAt": "2026-04-20T11:43:02.108Z"
}
}
Cancels a withdrawal that is stillDocumentation Index
Fetch the complete documentation index at: https://docs.getplu.com/llms.txt
Use this file to discover all available pages before exploring further.
pending admin review. The original amount is refunded to your wallet immediately.
Once an admin has approved or rejected the withdrawal, it can no longer be cancelled.
Bearer sk_staging_your_api_keycurl -X DELETE https://services-staging.getplu.com/api/v1/partner/withdrawal/65f0d9f4c8a3b21e9d4a6c01 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "Withdrawal cancelled",
"data": {
"id": "65f0d9f4c8a3b21e9d4a6c01",
"partnerId": "service-partner-PdhFKbfvYr",
"amount": 100,
"fee": 0.5,
"netAmount": 99.5,
"toAddress": "0xa40aCe28a2d66f81D396c7F0ACd46Ae2e4407089",
"chain": "base",
"token": "usdc",
"status": "cancelled",
"createdAt": "2026-04-20T11:42:18.221Z",
"cancelledAt": "2026-04-20T11:43:02.108Z"
}
}
wallet.withdrawal.crypto webhook with data.status: "cancelled".