API Reference
DELETE custom/forms/{id}/Z
DELETE operation for custom/forms/{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/forms/{id}/Z"{
"id": 0,
"name": "string",
"description": "string",
"api_name": "string",
"object": "string",
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"form_fields": "string",
"onboarder_company_id": "string",
"allow_resubmissions": true,
"submission_required": true,
"complete_task_automatically": true,
"is_sample": true
}Empty
Empty
Empty
How is this guide?