# Delete a broadcast message **DELETE /broadcast_messages/{id}** This feature was introduced in GitLab 8.12. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (integer(int32)) Broadcast message ID ## Responses ### 200 Delete a broadcast message #### Body: application/json (object) - **id** (string) - **message** (string) - **starts_at** (string) - **ends_at** (string) - **color** (string) - **font** (string) - **target_access_levels** (string) - **target_path** (string) - **broadcast_type** (string) - **dismissable** (string) - **active** (string) [Powered by Bump.sh](https://bump.sh)