Deleting Quotas of a Directory
Function
This API is used to delete quotas of a directory.
Constraints
Only empty directories can have their quotas deleted.
URI
DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-quota
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Project ID |
share_id | Yes | String | File system ID |
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
X-Auth-Token | Yes | String | Account token |
Content-Type | Yes | String | MIME type |
Parameter | Mandatory | Type | Description |
---|---|---|---|
path | Yes | String | Valid full path of an existing directory |
Response Parameters
Status code: 400
Parameter | Type | Description |
---|---|---|
errCode | String | Error code |
errMsg | String | Error description |
Status code: 500
Parameter | Type | Description |
---|---|---|
errCode | String | Error code |
errMsg | String | Error description |
Example Requests
Deleting the quotas of the directory /data/test in the file system whose ID is 77ba6f4b-6365-4895-8dda-bc7142af4ddw
DELETE HTTPS://{endpoint}/v1/{project_id}/sfs-turbo/shares/77ba6f4b-6365-4895-8dda-bc7142af4ddw/fs/dir-quota{"path" : "/data/test"}
Example Responses
Status code: 400
Error response
{"errCode" : "SFS.TURBO.0102","errMsg" : "Path is not directory"}
Status code: 500
Error response
{"errCode" : "SFS.TURBO.0005","errMsg" : "Internal server error"}
Status Codes
Status Code | Description |
---|---|
204 | Directory quotas deleted |
400 | Error response |
500 | Error response |
Error Codes
See Error Codes.
- URI