Path Parameters
Body
application/json · any
The body is of type any.
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"
}Delete a Card
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"
}The body is of type any.