DELETE
/
v1
/
card
/
{cardId}
curl --request DELETE \
  --url https://qa-api.sbx.solidfi.com/v1/card/{cardId} \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "cardStatus": "canceled",
  "id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Delete a Card
cardStatus
string
Example:

"canceled"

id
string
Example:

"crd-07afa3b8-5ca2-4d17-be39-02171fbde32d"