Failed to Delete Document
Wednesday, April 12, 2017 at 06:07amHello,
I hit the REST API to try and delete a document from our package, and this is the response we got.
{
"messageKey": "error.validation.cannotDeleteDocumentInActivePackage",
"message": "Document is in a active package and cannot be deleted.",
"code": 400,
"name": "Validation Error"
}
The document is fully signed, and all the documents in the package are fully signed, but we have the package set to not auto-complete, so the package status still says "In Progress".
What does it mean by in an activate package?
Are we able to remove signed documents from a package? I believe we used to be able to do this previously.
This is in the production environment
Reply to: Failed to Delete Document
Wednesday, April 12, 2017 at 07:42am