API Documentation
DELETE /cards/:id
Removes selected Card from subscriber view.
Headers
NAME |
VALUE |
Authorization |
Bearer {token} |
Request
Empty body
Response
NAME |
VALUE |
cardId |
The id of the card that was deleted. |
Status Code
CODE |
COMMENT |
202 |
Request OK. |
401 |
User not authorized. |