Delete a DocumentAsk AIdelete https://api.inscribe.ai/api/v2/customers/{customer_id}/documents/{document_id}Delete document. This cannot be undonePath Paramscustomer_iduuidrequiredThe Inscribe customer id.document_idintegerrequiredThe id of the document to be deleted.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 204Successfully deleted document. 400You have provided incorrect data. 403You do not have permission to access this resource. 404The specified resource was not found. 429Too many requests. The request has been rate limited. For more information, visit our documentation on rate limiting.Updated 7 months ago