Deletes a folder in an agent's custom extension repository. A repository path in a URL begins with the top folder's name, prefixed with a //
. For example, //apps/exe/utilities
.
DELETE /assetmgmt/customextensions/{agentId}/{path}
Headers
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}