Delete shift
Deletes a Shift
Required permissions
TIMECARDS_SETTINGS_WRITE
Path Parameters
Name | Description |
---|---|
id
Required
|
UUID for the |
Response Fields
Name | Description |
---|---|
errors
|
Any errors that occurred during the request. |
Examples
You are viewing an old version of the API
DELETE
/v2/labor/shifts/{id}
cURL
- cURL
- Ruby
- Python
curl https://connect.squareup.com/v2/labor/shifts/{id} \
-X DELETE \
-H 'Square-Version: 2019-11-20' \
-H 'Authorization: Bearer ACCESS_TOKEN'
Response JSON
{}