Document Hub Delete
| Request | |
|---|---|
| Description | Deletes a file from the specified path. |
| Context | https://<instance>.optimizemyday.com/document-service/rs/v1/documents |
| URL | /delete |
| Method | DELETE |
| Response Code | 200 when successful, another HTTP status code otherwise |
| Success Response | |
| Response Type | text/plain |
| Parameter | Datatype | Description |
|---|---|---|
| configId | Integer | The identifier of the configuration. |
| path | String | The folder path of the file. |
| name | String | The name of the file. |
Sample Call
https://sandbox.optimizemyday.com/document-service/rs/v1/documents/delete?configId=16169175&path=tasks%2FA-0000006&name=test1.md
Sample Result