Skip to main content
DELETE
https://api.unify.ai
/
v0
/
logs
/
plots
/
{token}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/logs/plots/<token>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content
Delete a plot. Requires project:write permission on the plot’s project.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token
string
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/logs/plots/<token>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content