Path: blob/master/Clockify/Clockify_Delete_project.ipynb
2973 views
Kernel: Python 3
Clockify - Delete project
Tags: #clockify #project #create #api #rest #documentation
Author: Florent Ravenel
Last update: 2023-05-17 (Created: 2023-05-17)
Description: This notebook will show how to delete an existing project using Clockify API from a specific workspace. You can only delete archived project. Active project can not be deleted.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key
: Get your API keyworkspace_id
: ID of the workspaceproject_id
: ID of the project to be deleted
In [ ]:
Model
Delete project
This function will delete an existing project using Clockify API.
In [ ]:
Output
Display result
In [ ]: