The API method is called DELETE accounts/:account_id/cards/video_app_download/:id.
But the parameters are now listed like this:
- account_id
required
- card_id
required
Should the signature then not read like this?
DELETE accounts/:account_id/cards/video_app_download/:card_id
This applies to other DELETE card types, too.