Skip to main content
DELETE
/
contract
/
v1
/
workday-types
/
{workdayTypeId}
Delete a workday type
curl --request DELETE \
  --url https://api-{region}.sesametime.com/contract/v1/workday-types/{workdayTypeId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "",
  "meta": {
    "currentPage": 1,
    "lastPage": 1,
    "total": 1,
    "perPage": 1
  }
}

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

workdayTypeId
string<uuid>
required

Workday type ID

Response

200 - application/json

Object

data
string
Example:

""

meta
object