Menghapus respons model yang tersimpan berdasarkan ID respons tersebut.
Ganti {WorkspaceId} dengan workspace ID Anda yang sebenarnya.
China (Beijing)
Konfigurasi pemanggilan SDK base_url: https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1
Permintaan HTTP: DELETE https://{WorkspaceId}.cn-beijing.maas.aliyuncs.com/compatible-mode/v1/responses/{response_id}
Path parameterresponse_id ID respons yang akan dihapus, dalam format | |
Responseid ID dari respons yang dihapus. deleted
| |
Error response
Dikembalikan ketika ID respons yang ditentukan tidak ditemukan:
{
"error": {
"message": "Response with id 'resp_xxx' not found.",
"type": "InvalidParameter"
}
}