Delete a user's card
A user should be able to unlink a card from his account.
The card will be marked as deleted, but some information are kept due to legal reasons and historic purposes.
The user should be logged in.
DELETE https://api.tradingpartners.ai/api/v1/users/cards/{id}
Delete users/cards/{id} request
Response
A valid unlinking of the users card is answered with a 204 status code.
StatusCode: 204