Jupiter ERP
Account API

Delete File

/api/account/files/{id}

DELETEHTTP
delete/api/account/files/{id}

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

NameInRequiredDescription
idpathyes
forcequerynoset to 1 if the file should not be moved to the trash folder but force-deleted instead

Responses

204Deleted

No JSON schema documented.

Files

Questions about integration?

DELETE /api/account/files/{id} · Jupiter ERP