Removes all versions of an attachment according to its name.
Method Detail
HTTP Example:
POST /API/runtimeAPI/removeAttachment/{instanceUUID}/{name}
options=…
API Example:
AbstractRemoteRuntimeAPI.removeAttachment({'instanceUUID': /* instanceUUID the process instance UUID */, 'name': /* name the attachment name */, 'options': /* options the options map (domain, queyList, user) */});
Removes all versions of an attachment according to its name.
Output:
void
Form parameters:
options - the options map (domain, queyList, user)