Example request
DELETE https://api.jupiter-erp.com/api/account/files/example-id
Code
curl -X DELETE 'https://api.jupiter-erp.com/api/account/files/example-id' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| id | path | yes | — |
| force | query | no | set to 1 if the file should not be moved to the trash folder but force-deleted instead |
Responses
204Deleted
No JSON schema documented.
Files