# Remove the global announcement banner

From **GitHub v3 REST API**.

`DELETE /enterprise/announcement`

Removes the global announcement banner in your enterprise.

## Responses

### `204`

Response

## Request examples

### cURL

```shell
curl --request DELETE \
  --url {protocol}://{hostname}/api/v3/enterprise/announcement
```
