# Deletes a single MediaCardButton **DELETE /api/media/card_button/{identifier}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **identifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Deletes a single MediaCardButton #### Body: application/json (object) - **id** (integer) - **card_type** (string) - **card_conditions** (string) - **token** (string) - **language_code** (string) - **icon_asset_name** (string) - **icon_package** (string) - **icon_color** (string) - **text_color** (string) - **background_color** (string) - **link_action** (string) - **link_url** (string) - **image_opacity** (number(float)) - **created** (string(date-time)) - **updated** (string(date-time)) - **deleted** (boolean) - **image_url** (string) - **name** (string) [Powered by Bump.sh](https://bump.sh)