After a customer releases a software as a service (SaaS) product, Alibaba Cloud Marketplace calls this operation to instruct the independent software vendor (ISV) to delete the specified SaaS instance.

Request parameters

Parameter Required Type Description
action Yes String The operation that you want to perform. Set the value to releaseInstance.
instanceId Yes String The ID of the SaaS instance.
token Yes String The token for security verification.

Response parameters

Parameter Required Type Description
success Yes Boolean Indicates whether the operation was successful.

Sample requests

http://example.aliyundoc.com?token=920704d52c2f0db89fd5d472f2819ec3&action=releaseInstance&instanceId=1

Sample responses

{"success":"true"}