# Delete an entity narrative

**DELETE** `/entities/{entity_id}/narratives/{entity_narrative_id}`

Remove a single narrative from an entity's customer file.

### Path Parameters

- `entity_id` `string` _(required)_ — Unique identifier for the entity.
- `entity_narrative_id` `string` _(required)_ — Unique identifier for the entity narrative.

**Request**

```shell
curl 'https://api.column.com/entities/<entity_id>/narratives/<entity_narrative_id>' \
  -XDELETE \
  -u :<YOUR API KEY>
```

**Response 200**

```json
{}
```
