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