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}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”scope
string
Responses
Section titled “Responses”Deletion result
Media typeapplication/json
object
success
required
boolean
Example
{ "success": true}