Delete document
POST
/v1/econtract/web_app/document/delete_docs
Deletes the specified documents.
Header parameters
x-access-tokenstringOptionalExample:
{{momofingo_token}}
Body
document_idintegerOptionalExample:
10073
Responses
200
OK
application/json
400
Bad Request
application/json
post
POST /econtract/web_app/document/delete_docs HTTP/1.1
Host: {{base_url}}v1
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"document_id": 10073
}
{
"code": 200,
"success": true,
"msg": "Dokumen berhasil dihapus"
}
Last updated