Endpoint | Method | Description |
---|---|---|
/udr/v1api/folder | DELETE | Removes a folder/repository. |
Basic Authorization header required. The specified user must have administrator privileges.
Argument | Type | Description |
---|---|---|
path | string | Defines the full path of the folder/repository to be deleted. |
Any folder, projects and repositories specified by path and all subfolders with projects and repositories are removed.
A JSON object is returned. If an error occurs, the "error" field will contain a descriptive error message (see Standard API Response).
Field | Type | Description |
---|---|---|
data | bool | Contains true indicating that the path and all subfolders with projects and repositories have been removed. |
curl -u username:usertoken -X DELETE https://registry.yoursite.com/udr/v1api/folder?path=mysql Response: { "error": null, "data": true }
Last Updated 08/17/2020 - (email)
RegistryUI.com © 2023 - Softel vdm, Inc.