Skip to main content
DELETE
/
core
/
v3
/
custom-fields
/
{id}
Delete a custom field
curl --request DELETE \
  --url https://api-{region}.sesametime.com/core/v3/custom-fields/{id} \
  --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

id
string<uuid>
required

Custom field ID

Response

200 - application/json

Object

data
string
Example:

""

meta
object