{
"ids": ["764b882c-7af2-4c12-9e01-374abb251d6c", "70132237-c3a0-407e-a121-dc09a5f4348c"]
}curl --location --request DELETE 'http://prod-cn.your-api-server.com/consoleapi/key-templates' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": ["764b882c-7af2-4c12-9e01-374abb251d6c", "70132237-c3a0-407e-a121-dc09a5f4348c"]
}'{
"code": 0,
"message": "string",
"data": {
"name": "string",
"icon": "string",
"type": "string",
"fieldConfig": [
{
"name": "string",
"type": "string",
"required": true,
"placeholder": "string"
}
],
"isEnabled": true,
"sortOrder": 0,
"id": "string",
"createdAt": "string",
"updatedAt": "string"
},
"timestamp": 0
}