Skip to main content
DELETE
/
agent
/
v1
/
cards
/
destroy
curl --location --request DELETE 'https://kf.pikabao.cc/agent/v1/cards/destroy?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}

请求参数

appid
string
required
用户标识
cardId
string
信用卡 ID,与 cardNum 二选一
cardNum
string
信用卡卡号,与 cardId 二选一
timestamp
string
required
当前时间戳(毫秒)
sign
string
required
签名值
curl --location --request DELETE 'https://kf.pikabao.cc/agent/v1/cards/destroy?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}
销卡操作不可逆,请谨慎操作。销卡后,卡内余额将自动退回账户余额
只有激活状态的卡片才能销卡,冻结状态的卡需先解冻