Delete a Document

Delete A Document

DELETE https://my.mattero.com.au/public/api/v1/documents/{id}


Response

{
    "fileExtension": ".docx",
    "size": 25564,
    "id": "1-A",
    "name": "General Header Footer"
}

DeleteDocumentResponse object

Name Type Description
id string The ID of the deleted document.
fileExtension string The file extension of the deleted document.
size number The file size of the deleted document in bytes.
name string The name of the deleted document.

Status Codes

Code Summary Description
200 Ok The request was successful with a body in the response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.