DeleteCertificate
Deletes a certificate file.
Operation description
You must purchase DataWorks Basic Edition or a higher edition to use this feature.
You must have at least one of the following roles in the DataWorks workspace: tenant owner, storage management administrator, project owner, or O&M engineer.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:DeleteCertificate |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
integer |
Yes |
The ID of the certificate file, which is the unique identifier of the certificate file. |
676303114031776 |
| ProjectId |
integer |
Yes |
The ID of the project to which the certificate file to be deleted belongs. |
106560 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Success |
boolean |
Indicates whether the certificate file was deleted successfully. |
true |
| RequestId |
string |
The request ID. You can use this ID to locate logs and troubleshoot issues. |
D9A61DC0-B922-421B-B706 |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "D9A61DC0-B922-421B-B706"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.