{
"errcode": "SUCCESS",
"msg": "success",
"next": null,
"code": 200,
"previous": null,
"current_count": 0,
"total_count": 0,
"results": [],
"errstatus": 0,
"mark": "273608088"
}
{
"os_id": "string",
"ct_user_id": 0,
"names": "string",
"resourceCode": "string"
}
curl --location --request POST '/api/keypairs/delete/' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_id": "string",
"ct_user_id": 0,
"names": "string",
"resourceCode": "string"
}'
{
"errcode": "string",
"msg": "string",
"next": null,
"code": 0,
"previous": null,
"current_count": 0,
"total_count": 0,
"results": [
{}
],
"errstatus": 0,
"mark": "string"
}