> 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/remove_assoc_acpt_taxonomy_from_acpt_post.md).

# remove\_assoc\_acpt\_taxonomy\_from\_acpt\_post

Remove the association between a taxonomy and a post type

Remove the association between a taxonomy and a custom post type.

### Usage

```php
remove_assoc_acpt_taxonomy_from_acpt_post('new-tax', 'page');
```

### Parameters

| Parameter   | Type   | Required | Description        |
| ----------- | ------ | -------- | ------------------ |
| `taxonomy`  | string | Required | The taxonomy slug  |
| `post_type` | string | Required | The post type slug |

### Return

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