Home > API Reference > Document Workflow > Complete Workflow in the Middle (Terminate Workflow)

Complete Workflow in the Middle (Terminate Workflow)

Business applications can mark the workflow completed even in the middle of the workflow. Use this service API to change the status of the workflow to completed. If there are recipients who have not signed the document yet. Their signature will not be required any more and they will not be able to see the document in their inbox any further. 

Bearer token should belong to document owner or enterprise admin can use scope variable to get the access token on behalf of document owner to perform this action. 

https://api.signinghub.com/v3/packages/{package_id}/complete

HTTP Verb

POST

Authorization

Bearer {access_token}

Content-Type

application/json

Accept

application/json

Response Headers

Request Body

 

Status Code

Message

Response Body 

200

OK

 400  Bad Request
{
  "Message": "You are not authorized to view this document"
}
403 Forbidden
{
  "Message": "Account is disabled"
}
 500  Internal Server Error
{
  "Message": "An internal server error occurred while processing the request"
}

 

The detail of each item provided in the request and response is provided below:

 

 Item Details
 Names
 Description
 Request Parameters
 access_token The access token obtained as a result of successful authentication. If "scope" parameter was used in authentication request, then this service requires the access token to be obtained using the credentials of an Enterprise admin whose enterprise role has the application integration privileges.

 package_id
The package ID from which the recipient is to be deleted.
 
 Response Parameters
 Message The service specific error message returned by the API. This message provides useful information about why the service has returned an error response.



See also
Get Workflow Details
Update Workflow Details
Get Workflow History
Get Workflow History Details
Get Certificate Saved In Workflow History
Get Process Evidence Report
Update Post Processing
Add Users to Workflow
Update Workflow User
Add Groups to Workflow
Update Workflow Group
Add Placeholder to Workflow
Update Placeholder
Get Workflow Users
Update Workflow Users Order
Get Workflow User Permissions
Update Workflow User Permissions
Get Workflow User Authentication (Document Opening)
Update Workflow User Authentication (Document Opening)
Delete Workflow User
Open Document via OTP (Generate)
Open Document via Password
Get Workflow Reminders
Update Workflow Reminders