Skip to main content
PUT
/
v1
/
custom-fields
/
{id}
/
archive
Archive custom field
curl --request PUT \
  --url https://api.timelyai.com.br/v1/custom-fields/{id}/archive \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Custom field ID

Response

Field archived

data
object