URL: v3/remove/form-category/{delete_form_id}/{move_form_id}
Method: DELETE
Description: It deletes the custom Ticket Form. It doesn’t support a sync queue
URL Parameters:
Parameter | Type | Optional/Required | Description |
delete_form_id | integer | Required | Provide the form ID that you want to delete. |
move_form_id | integer | Required | Provide the form ID that you want to migrate tickets from the delete form to another form. |
Response Format: JSON
Response:-
{
"success":true,
"message":"Form deletion is in progress"
}