Documentation

Datasets

Delete a dataset

Deletes a dataset by slug. Requires admin role.

ProductionStagingUATLocal development
DELETEhttps://linguistic.ankiren.com/api/datasets/{slug}

Parameters

Path Parameters

  • slugstringpathRequired

    URL-friendly identifier for the dataset

Responses

204 · Dataset deleted successfully

Không có body.

Sample Code

Đổi ngôn ngữ ở ô Language trên thanh Documentation.

cURL
curl -X DELETE 'https://linguistic.ankiren.com/api/datasets/vlsp2013-postag' \
  -H 'Authorization: Bearer <token>' \
  -H 'Accept: application/json'