Skip to main content
DELETE
/
cards
/
{id}
/
delete
Delete a card
curl --request DELETE \
  --url https://business.bfinance.app/external/api/cards/{id}/delete \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Card has been deleted"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

ID of the card to delete

Response

Successfully deleted the card

status
string
Example:

"success"

message
string
Example:

"Card has been deleted"