Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatillos committed Aug 28, 2024
1 parent 9b9c54d commit e939fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ First, using the REST API:
curl --request DELETE \
--url 'https://api.unify.ai/v0/dataset?name=english_language' \
--header 'Authorization: Bearer <UNIFY_KEY>'

```

Or via Python:

```python
client.datasets.delete(name="english_language")
```

## Listing Datasets

We can retrieve a list of our uploaded datasets using the `/dataset/list` endpoint.
Expand Down

0 comments on commit e939fde

Please sign in to comment.