> For the complete documentation index, see [llms.txt](https://docs.acpt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acpt.io/developers/functions/delete_acpt_meta_box.md).

# delete\_acpt\_meta\_box

Delete a meta box

Delete a meta box.

### Usage

```php
delete_acpt_meta_box('group', 'box');
```

### Parameters

| Parameter   | Type   | Required | Description          |
| ----------- | ------ | -------- | -------------------- |
| `groupName` | string | Required | The field group name |
| `boxName`   | string | Required | The meta box name    |

### Return

| Type   | Description                           |
| ------ | ------------------------------------- |
| `bool` | `true` on success, `false` on failure |
