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
}Remove a custom field from a kit.
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom field removed from kit
Whether the operation succeeded