API Reference
DELETE custom/fields/{id}/Z
DELETE operation for custom/fields/{id}/Z
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X DELETE "https://dev-rest.onboard.io/custom/fields/{id}/Z"{
"id": 0,
"label": "string",
"api_name": "string",
"description": "string",
"object": "string",
"type": "string",
"options": {},
"is_internal": true,
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"tables_display_enabled": true,
"panels_display_enabled": true,
"outboard_display_enabled": true,
"map_types": "string"
}Empty
Empty
Empty
How is this guide?