POST DocumentType/DeleteDocumentType
Delete the specified document
Request Information
URI Parameters
None.
Body Parameters
DocumentTypeDeleteParamsName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the Document Type Id. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1 }
application/xml, text/xml
Sample:
<DocumentTypeDeleteParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Documents"> <Id>1</Id> </DocumentTypeDeleteParams>
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>