This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{
"ip": "1.1.1.1"
}curl --location -g --request DELETE 'https://manage.runcloud.io/api/v2/servers/{{serverId}}/security/fail2ban/blockedip' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "1.1.1.1"
}'{
"message": "1.1.1.1 has been successfully unbanned from SSH login"
}