# DELETE DOCUMENT Delete an identification document previously uploaded. Endpoint: POST /api/v1/requests/{id}/pl_delete_document Version: v1 ## Path parameters: - `id` (string, required) The unique identifier of the Request ## Request fields (multipart/form-data): - `docpk` (string, required) The database primary key of the document to be deleted ## Response 200 fields (application/json): - `status` (string) The successful response status message ## Response 404 fields (application/json): - `error` (string) The response error message ## Response 500 fields (application/json): - `code` (string) The response status code - `id` (string) The response status id - `error` (string) The response status message