{
"forms_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
curl --location --request POST 'https://cgv-prd-checklist-api.contele.io/delete-forms' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"forms_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'
{
"forms": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"form_template_id": "5c7e6466-5d17-4998-88d1-06bf3e99d001",
"answers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"form_question_id": "ee348bf7-db46-4080-b396-2f4d8998e46c",
"answer": "string"
}
],
"linked_urns": [
"v0:product:context:context_id"
],
"time_to_complete_checklist_in_seconds": 0
}
]
}