Deletes a stored model response based on its response ID.
Replace
Returned when the specified response ID does not exist:
{WorkspaceId} with your actual workspace ID.
- China (Beijing)
SDK call configuration
base_url: https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1HTTP request: DELETE https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1/responses/{response_id}Path parameterresponse_idstring RequiredResponse ID to delete, in the format resp_xxx. Only responses created with store=true can be deleted. | Python |
ResponseidstringID of the deleted response.deleted booleantrue if deletion succeeded. |