Disassociates an image from a workspace.
Operation description
This operation requires DataWorks Basic Edition or a later version.
Before calling this operation, ensure you have created the AliyunServiceRoleForDataWorks service-linked role.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
The ID of the image. |
Custom_image_xxxx_xxxx |
| ProjectId |
integer |
Yes |
The ID of the workspace. |
100000001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| Success |
boolean |
Whether the request was successful. |
true |
| Data |
boolean |
Whether the image was successfully disassociated from the workspace. |
true |
| RequestId |
string |
The request ID. Use this ID to locate logs and troubleshoot issues. |
6A6CBE87-9F91-1323-B680-E7A7065XXXXX |
Examples
Success response
JSON format
{
"Success": true,
"Data": true,
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.