curl --location -g --request POST 'http://dev-cn.your-api-server.com/v1/assistants/delete?GroupId=${GroupId}' \
--header 'Authorization: Bearer ${API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"assistant_id": "${Assistant_Id}"
}'
{
"id": "asst_abc123",
"object": "assistant.deleted",
"deleted": true,
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}