Skip to content

Delete a shift

Deletes a shift. For a shift in a recurring series, the scope query parameter controls whether just this occurrence (this, the default), this and later occurrences (following), or the entire series (all) is removed.

DELETE
/v1/shifts/{id}
scope
string
default: this
Allowed values: this following all

Deletion result

Media typeapplication/json
object
success
required
boolean
Example
{
"success": true
}