Deletes a project from your account.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project name, may contain slashes
curl --request DELETE \
--url 'https://api.unify.ai/v0/project/proj/a' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"info": "Project deleted successfully!"
}