curl -X DELETE https://services-staging.getplu.com/api/v1/partner/card/users/acme-user-abc123 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "success",
"data": {
"deleted": true
}
}
Delete a card user
curl -X DELETE https://services-staging.getplu.com/api/v1/partner/card/users/acme-user-abc123 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "success",
"data": {
"deleted": true
}
}
Deletes a card user. All cards belonging to the user must be terminated before deletion. Users whose KYC was denied or is still pending can also be deleted.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.
Bearer sk_staging_your_api_keycurl -X DELETE https://services-staging.getplu.com/api/v1/partner/card/users/acme-user-abc123 \
-H "Authorization: Bearer sk_staging_your_api_key"
{
"status": "success",
"message": "success",
"data": {
"deleted": true
}
}
| Field | Type | Description |
|---|---|---|
deleted | boolean | true if the user was successfully deleted |
| Code | Status | Description |
|---|---|---|
USER_NOT_FOUND | 404 | User does not exist or belongs to another partner |
ACTIVE_CARDS_EXIST | 409 | User has unterminated cards. Response includes activeCards array of card IDs that must be terminated first. |
| Original user status | Re-creation fee |
|---|---|
approved | Charged normally |
pending, pending_kyc, denied, or any other status | Waived — no KYC fee charged |