Delete a port document
port_delete_documentRemove a document attached to a port request. Use the document ID from port_list_documents to delete it.
Instructions
Delete a document from the port project. Get document IDs from port_list_documents. Deleting a group's only current LOA will re-block port_submit_request for that group. Errors: NOT_FOUND, TNIQ_VALIDATION, TNIQ_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Port request UUID (from port_list_requests or port_create_request) | |
| doc_id | Yes | Document ID (from port_list_documents) |