Skip to main content
DELETE
/
kit
/
remove_custom_field
Kit - Remove Custom Field
curl --request DELETE \
  --url https://api.skulabs.com/kit/remove_custom_field \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kit_id": "<string>",
  "field": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kit_id
string
required

Kit ID

field
string
required

Custom field name to remove

Response

Custom field removed from kit

success
boolean
required

Whether the operation succeeded