Page Properties |
---|
|
Status | Status |
---|
colour | PurpleYellow |
---|
title | startedfore review |
---|
|
|
---|
Approver | Pavel Shkadzko |
---|
|
If you want to delete a document, send a DELETE request to the document URI. When the document is deleted, all associated resources (extractions, layout) are be deleted as well.
Code Block |
---|
|
//delete documents
DELETE /documents/{id} |
Request
...
Code Block |
---|
|
//delete request
curl -H 'Authorization: BEARER <token>'
-X DELETE -i https://pay-api.gini.net/documents/c292af40-d06a-11e2-9a2f-000000000000 |
Response
Status Code | Description |
---|
204 (No Content) | Operation is successful. |
...