API Reference
Delete Project
API Reference
Delete Project
DELETE
/projects
Authentication*
curl --request DELETE \
--url https://api.gotolstoy.com/projects \
--header 'Authentication: <authentication>' \
--data '{
"projectId": "<projectid>"
}'
Parameters
projectIdrequired
string
The project to be deleted
curl -X DELETE https://api.gotolstoy.com/projects \
--header 'Authorization: Bearer <API_KEY>'
curl -X DELETE https://api.gotolstoy.com/projects \
--header 'Authorization: Bearer <API_KEY>'