Skip to content
GuidesPlaygroundDashboard

Delete a dataset

DELETE/api/v1/datasets/{id}

Delete a dataset

Path ParametersExpand Collapse
id: string

Delete a dataset

curl https://plaza.fyi/api/v1/datasets/$ID \
    -X DELETE \
    -H "Authorization: Bearer $PLAZA_API_KEY"
Returns Examples