Docstore
Mark a workflow as inactive.
get/api/MarkAsInactive
Query parameters
WorkflowIdinteger required
Pass DocumentId(fetched using GetDocumentsByStatus) if status is "drafts" else Pass WorkflowId(fetched using GetDocumentsByStatus)
Statusstring required
Pass status of the document or workflow which you want to mark as inactive.Status=”draft”, if you want to make documents from drafts as inactive. Status=”pending”, if you want to make pending workflow as inactive.
Headers
Authorizationstring required
My header field
UserNamestring
User EmailId
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.