Deletes a component.
Operation description
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
The ID of the DataWorks workspace. You can log on to the DataWorks console and go to the Workspace page to query the ID. This parameter specifies the DataWorks workspace to which the API operation is applied. |
1000 |
| ComponentId |
string |
Yes |
The component ID. It can be used as a request parameter for querying the list of production studio components and modifying production studio components. |
123123123123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
0000-ABCD-EF**** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "0000-ABCD-EF****",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.