Skip to main content
DELETE
/
v1
/
partner
/
card
/
terminate
/
{serviceCardId}
curl -X DELETE https://services-staging.getplu.com/api/v1/partner/card/terminate/acme-card-xyz789jkl012mno \
  -H "Authorization: Bearer sk_staging_your_api_key" \
  -H "idempotency-key: 770e8400-e29b-41d4-a716-446655440002"
{
  "status": "success",
  "message": "Card liquidated successfully",
  "data": {
    "serviceCardId": "acme-card-xyz789jkl012mno",
    "liquidationStatus": "processing"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getplu.com/llms.txt

Use this file to discover all available pages before exploring further.

Permanently terminates a card and initiates liquidation of any remaining balance. This action is irreversible.
Authorization
string
required
Bearer token. Example: Bearer sk_staging_your_api_key
idempotency-key
string
required
Unique key to prevent duplicate termination. Use a UUID.
serviceCardId
string
required
The card’s service ID.
curl -X DELETE https://services-staging.getplu.com/api/v1/partner/card/terminate/acme-card-xyz789jkl012mno \
  -H "Authorization: Bearer sk_staging_your_api_key" \
  -H "idempotency-key: 770e8400-e29b-41d4-a716-446655440002"
{
  "status": "success",
  "message": "Card liquidated successfully",
  "data": {
    "serviceCardId": "acme-card-xyz789jkl012mno",
    "liquidationStatus": "processing"
  }
}
Crypto cards: Termination is supported. The remaining balance is credited to your partner wallet.
Card termination is permanent and irreversible. Any remaining balance on the card will be liquidated and credited back to your partner wallet. The card cannot be reactivated after termination.