This web service allows ADMIN
users to delete files from the Custom code library.
Method | Endpoint |
---|---|
DELETE |
|
Path parameter | Type | Description |
---|---|---|
{filePath} |
String | The file's identifier. For example custom.js , or custom.less . |
Examples
DELETE /api/admin/portal/custom-code/custom.js
DELETE /api/admin/portal/custom-code/custom.less
Calling this endpoint to delete a file from the /public
file system causes an error message.