# Delete request example Endpoint: DELETE /v1/company/{location_id}/clients/files/{client_id}/{file_id} Version: 1.0.1 Security: bearer ## Path parameters: - `location_id` (number, required) location ID - `client_id` (number, required) Client ID - `file_id` (number, required) File ID ## Header parameters: - `Accept` (string) e.g. application/vnd.api.v2+json Example: "application/vnd.api.v2+json" ## Response 401 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Authentication needed." ## Response 403 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Access denied." ## Response 404 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object,array) Additional response data (empty object or empty array) ## Response 202 fields