Skip to content
bruno.buzzi edited this page Aug 21, 2015 · 7 revisions

DELETE Services (methods 3)

deleteFormDefinitionWithId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
	| orbeonInstance |
	<delete>
	<path: '/crud/orbeon/builder/data/{1}/data.xml'>
deleteFormDraft: formName app: app withId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
	| orbeonInstance |
	<delete>
	<path: '/crud/{2}/{1}/draft/{3}/data.xml'>
deleteFormInstance: formName app: app withId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
	| orbeonInstance |
	<delete>
	<path: '/crud/{2}/{1}/data/{3}/data.xml'>