GET system_files/meta
Resource Information
Requires Authentication?
Response Formats
json
HTTP Methods
GET
Returns meta data information used with the Import & Export methods.
Resource URL
http://{host}/api/2.0/system_files/meta/.format
Example Request
GET
language | json |
---|
DELETE system_files/{id}
Resource Information
Requires Authentication?
Response Formats
json
HTTP Methods
DELETE
Deletes a single specific File.
Resource URL
http://{host}/api/2.0/system_files/{id}/.format
Parameters
Parameter
Data Type
Description
id
(required)
integer
The ID of the desired system file to be deleted.
Example Request
DELETE
Code Block | ||
---|---|---|
| ||
{
"success": true
} |