Deletes a stored model response based on its response ID.
Replace {WorkspaceId} with your actual workspace ID.
China (Beijing)
SDK call configuration base_url: https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1
HTTP request: DELETE https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1/responses/{response_id}
Path parameterresponse_id Response ID to delete, in the format | |
Responseid ID of the deleted response. deleted
| |
Error response
Returned when the specified response ID does not exist:
{
"error": {
"message": "Response with id 'resp_xxx' not found.",
"type": "InvalidParameter"
}
}