Delete a workflow reference

delete

/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/WorkflowReference/{WorkflowReferenceUniqID}

Request

Path Parameters
  • The unique identifier for a record. The record is for a permit, business license, professional license, or planning and zoning, and is determined by the classification.
  • This is the hash key of the attributes which make up the composite key--- LnpRecordKey and WfProcessId ---for the Workflow References resource and used to uniquely identify an instance of Workflow References. The client should not generate the hash key value. Instead, the client should query on the Workflow References collection resource with a filter on the primary key values in order to navigate to a specific instance of Workflow References.

    For example: WorkflowReference?q=LnpRecordKey=<value1>;WfProcessId=<value2>
Back to Top

Response

204 Response

No content. This task does not return elements in the response body.
Back to Top