All Products
Search
Document Center

:DeleteLiveAIStudio

Last Updated:Dec 05, 2024

Deletes a virtual studio template.

Operation description

To delete a virtual studio template, you must first unbind the rules. Otherwise, an error occurs.

Note The lightweight virtual studio feature is in invitational preview. You can add up to 300 virtual studio templates.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
StudioIdstringYes

The ID of the template. You can obtain the ID from the response to the CreateLiveAIStudio operation.

369ced1f-c33a-49e5-91da-bdaae3d6c1c2

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

40A4F36D-A7CC-473A-88E7-154F92242566

Examples

Sample success responses

JSONformat

{
  "RequestId": "40A4F36D-A7CC-473A-88E7-154F92242566"
}

Error codes

HTTP status codeError codeError message
400LiveServiceNotFound%s
400InvalidParameter.PurchaseTime%s
400InvalidParameter%s
400InvalidParameter.ExpireTime%s
400MissingParameter%s
400InvalidChargeType.Malformed%s
400InvalidChargeType.PostSupport%s
400InvalidCasterTemplate.Malformed%s
400InvalidParameter.Malformed%s
400InvalidParameter.ChargeType%s
400InvalidPeriod.Malformed%s
400InvalidUserId.Malformed%s
400InvalidClientToken.Malformed%s
400IncorrectStudioStatus.Inuse%s
401CasterNumberExceed%s
403PermissionDenied%s
404InvalidParameter.NormType%s
404InvalidConfiguration.NotFound%s
408DeleteLiveAIStudio.Timeout%s

For a list of error codes, visit the Service error codes.